Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix integration test #761

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gaojiaqi7
Copy link
Member

Replace the bootloader dependency of the test cases with a dependency on the bootloader_api crate and adjust the import path.

Use the disk image creation functions provided by bootloader crate to create bootable disk images from a kernel in test-runner-server.

Since the x86_64-unknown-none target is a Tier-2 target, there is no need for bootimage, cargo-xbuild, or xargo anymore. Replace the xtest, xbuild and xcheck with test, build and check in Makefile and update the alias in config.toml.

Closes: #757

Replace the `bootloader` dependency of the test cases with a dependency on
the `bootloader_api` crate and adjust the import path.

Use the disk image creation functions provided by `bootloader` crate to
create bootable disk images from a kernel in `test-runner-server`.

Since the `x86_64-unknown-none` target is a Tier-2 target, there is no
need for `bootimage`, `cargo-xbuild`, or `xargo` anymore. Replace the
`xtest`, `xbuild` and `xcheck` with `test`, `build` and `check` in
`Makefile` and update the alias in `config.toml`.

Signed-off-by: Jiaqi Gao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration test can't work with latest toolchain
1 participant