1
0

[info=d5de59dc95e10a6c337678e382311302]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-stable-image?expand=0&rev=64
This commit is contained in:
Dan Čermák 2024-04-11 07:04:15 +00:00 committed by Git OBS Bridge
parent 66f5b50bc6
commit cdfe4a255e
3 changed files with 8 additions and 0 deletions

View File

@ -51,3 +51,4 @@ RUN ln -sf $(ls /usr/bin/gcc-*|grep -P ".*gcc-[[:digit:]]+") /usr/local/bin/gcc
# smoke test that gcc works # smoke test that gcc works
RUN gcc --version RUN gcc --version
RUN ${CC} --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
View File

@ -0,0 +1,2 @@
requires:cargo1.77
requires:rust1.77

View File

@ -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> Wed Apr 10 05:02:54 UTC 2024 - Dirk Mueller <dmueller@suse.com>