Skip to content

Commit

Permalink
use defconfig for ct-ng, minimizing the config (#1468)
Browse files Browse the repository at this point in the history
This PR switches to using `defconfig` for ct-ng, minimizing the config.

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

```sh
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`:

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

Fixes #1335
  • Loading branch information
Emilgardis authored Apr 6, 2024
2 parents 82a53af + 293198f commit 35be2a9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3,064 deletions.
5 changes: 5 additions & 0 deletions .changes/1468.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "changed",
"description": "use defconfig for ct-ng, minimizing the config",
"issues": [1335]
}
Loading

0 comments on commit 35be2a9

Please sign in to comment.