forked from pool/rust-stable-image
Accepting request 1166857 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1166857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-stable-image?expand=0&rev=12
This commit is contained in:
commit
a7ba35c073
@ -51,3 +51,4 @@ RUN ln -sf $(ls /usr/bin/gcc-*|grep -P ".*gcc-[[:digit:]]+") /usr/local/bin/gcc
|
||||
# smoke test that gcc works
|
||||
RUN gcc --version
|
||||
RUN ${CC} --version
|
||||
COPY rust-and-cargo-pin.check /etc/zypp/systemCheck.d/rust-and-cargo-pin.check
|
||||
|
2
rust-and-cargo-pin.check
Normal file
2
rust-and-cargo-pin.check
Normal file
@ -0,0 +1,2 @@
|
||||
requires:cargo1.77
|
||||
requires:rust1.77
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 06:57:38 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Pin rust & cargo version to prevent zypper up from upgrading to a newer rust
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 05:02:54 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user