Skip to content

Commit

Permalink
Test build for #949
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankasaggu11929 authored and SUSE Update Bot committed Apr 11, 2024
1 parent 69703f1 commit f9fa2e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust-oldstable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,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 changes: 2 additions & 0 deletions rust-oldstable-image/rust-and-cargo-pin.check
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requires:cargo1.76
requires:rust1.76
1 change: 1 addition & 0 deletions rust-stable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 0 deletions rust-stable-image/rust-and-cargo-pin.check
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requires:cargo1.77
requires:rust1.77

0 comments on commit f9fa2e6

Please sign in to comment.