diff options
| author | i509VCB <[email protected]> | 2025-05-13 22:53:16 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-05-13 22:53:16 -0500 |
| commit | 8bb25a551abbf3677a440d6f73401b88cf4de57f (patch) | |
| tree | 1b46e128bdfe21105d28f01c81459ee6362116d4 | |
| parent | 5caa4ac51bacb8444ca6b3caafb7d0ba66e39310 (diff) | |
ci: build std examples on aarch64-unknown-linux-gnu
| -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 | ||
