We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea6ec4 commit e8918a7Copy full SHA for e8918a7
riscv-rt/.travis.yml
@@ -29,7 +29,10 @@ install:
29
script:
30
- ci/script.sh
31
32
-cache: cargo
+cache:
33
+ cargo: true
34
+ directories:
35
+ - gcc
36
37
branches:
38
only:
riscv-rt/ci/install.sh
@@ -8,7 +8,7 @@ fi
8
9
if [ -n "${CHECK_BLOBS:-}" ]; then
10
if [ ! -d gcc/bin ]; then
11
- mkdir gcc
+ mkdir -p gcc
12
curl -L https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.1.0-2018.12.0-x86_64-linux-ubuntu14.tar.gz | tar --strip-components=1 -C gcc -xz
13
fi
14
0 commit comments