diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-05-14 08:39:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-14 08:39:36 +0000 |
| commit | 870296fcd481806d925c0f0a7f5f856e090b42d1 (patch) | |
| tree | 0f2339a35bee895b2dc6ff5e8912717b24729251 | |
| parent | 5a19b64fec396db1ababa6d3e7a71f4b3c6bab18 (diff) | |
| parent | 8bb25a551abbf3677a440d6f73401b88cf4de57f (diff) | |
Merge pull request #4195 from i509VCB/std-test-aarch64
ci: build std examples on aarch64-unknown-linux-gnu (local)
| -rwxr-xr-x | ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -19,7 +19,7 @@ fi | |||
| 19 | TARGET=$(rustc -vV | sed -n 's|host: ||p') | 19 | TARGET=$(rustc -vV | sed -n 's|host: ||p') |
| 20 | 20 | ||
| 21 | BUILD_EXTRA="" | 21 | BUILD_EXTRA="" |
| 22 | if [ $TARGET = "x86_64-unknown-linux-gnu" ]; then | 22 | if [ $TARGET = "x86_64-unknown-linux-gnu" ] || [ $TARGET = "aarch64-unknown-linux-gnu" ]; then |
| 23 | BUILD_EXTRA="--- build --release --manifest-path examples/std/Cargo.toml --target $TARGET --artifact-dir out/examples/std" | 23 | BUILD_EXTRA="--- build --release --manifest-path examples/std/Cargo.toml --target $TARGET --artifact-dir out/examples/std" |
| 24 | fi | 24 | fi |
| 25 | 25 | ||
