ci: try different Fedora image?
This commit is contained in:
parent
1010581c48
commit
2504c97a8d
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
# config with sccache based on Fedora Rawhide, i.e. very recent libostree
|
# config with sccache based on Fedora Rawhide, i.e. very recent libostree
|
||||||
.fedora-ostree-devel:
|
.fedora-ostree-devel:
|
||||||
image: fedora:rawhide
|
image: registry.fedoraproject.org/fedora:rawhide
|
||||||
extends: .sccache
|
extends: .sccache
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install -y cargo rust ostree-devel
|
- dnf install -y cargo rust ostree-devel
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:latest
|
FROM registry.fedoraproject.org/fedora:latest
|
||||||
|
|
||||||
RUN dnf install -y curl gcc make tar xz 'dnf-command(builddep)'
|
RUN dnf install -y curl gcc make tar xz 'dnf-command(builddep)'
|
||||||
RUN dnf builddep -y ostree
|
RUN dnf builddep -y ostree
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue