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

use defconfig for ct-ng, minimizing the config #1468

Merged
merged 1 commit into from
Apr 6, 2024
Merged

use defconfig for ct-ng, minimizing the config #1468

merged 1 commit into from
Apr 6, 2024

Conversation

heiher
Copy link
Contributor

@heiher heiher commented Apr 4, 2024

This PR switches to using defconfig for ct-ng, minimizing the config.

The docker/crosstool-config/loongarch64-unknown-linux-gnu.config is generated by:

GCC_VERSION=13.2.0 GLIBC_VERSION=2.36 LINUX_VERSION=5.19.16 cargo xtask configure-crosstool

and docker/crosstool-config/arm-unknown-linux-gnueabihf.config:

GCC_VERSION=8.5.0 GLIBC_VERSION=2.31 LINUX_VERSION=4.19.287 cargo xtask configure-crosstool

Fixes #1335

@heiher heiher requested a review from a team as a code owner April 4, 2024 07:32
@heiher
Copy link
Contributor Author

heiher commented Apr 6, 2024

@Emilgardis Emilgardis added CI-arm-unknown-linux-gnueabihf Run CI for arm-unknown-linux-gnueabihf target CI-loongarch64-unknown-linux-gnu Run CI for loongarch64-unknown-linux-gnu labels Apr 6, 2024
@Emilgardis Emilgardis added this pull request to the merge queue Apr 6, 2024
Merged via the queue into cross-rs:main with commit 35be2a9 Apr 6, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-arm-unknown-linux-gnueabihf Run CI for arm-unknown-linux-gnueabihf target CI-loongarch64-unknown-linux-gnu Run CI for loongarch64-unknown-linux-gnu
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use defconfig for ct-ng, minimizing the config
2 participants