|
@@ -5,6 +5,8 @@ env:
|
|
- TARGET=x86_64-unknown-redox
|
|
- TARGET=x86_64-unknown-redox
|
|
rust:
|
|
rust:
|
|
- nightly
|
|
- nightly
|
|
|
|
+install:
|
|
|
|
+ - if [ $TARGET == "aarch64-unknown-linux-gnu" ]; then sudo apt-get install gcc-aarch64-linux-gnu; fi
|
|
before_script:
|
|
before_script:
|
|
- rustup component add rustfmt-preview
|
|
- rustup component add rustfmt-preview
|
|
- if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
|
|
- if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
|