ci: install fewer things
This commit is contained in:
parent
6a077fff85
commit
175649141e
|
|
@ -8,7 +8,7 @@ variables:
|
||||||
RUSTC_WRAPPER: sccache
|
RUSTC_WRAPPER: sccache
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install -y cargo rust clippy rustfmt git make ostree-devel
|
- dnf install -y cargo rust rustfmt clippy ostree-devel
|
||||||
- curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
|
- curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
@ -30,6 +30,7 @@ fmt:
|
||||||
gir:
|
gir:
|
||||||
stage: check
|
stage: check
|
||||||
script:
|
script:
|
||||||
|
- dnf install -y make
|
||||||
- rm -rf src/auto/
|
- rm -rf src/auto/
|
||||||
- make gir
|
- make gir
|
||||||
- git checkout -- sys/src/auto/versions.txt src/auto/versions.txt
|
- git checkout -- sys/src/auto/versions.txt src/auto/versions.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue