Accepting request 1099517 from devel:BCI:Tumbleweed

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1099517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust-oldstable-image?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-07-19 17:11:50 +00:00 committed by Git OBS Bridge
commit a229c0c437
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix # endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends rust1.69 cargo1.69 distribution-release; zypper -n clean; rm -rf /var/log/* RUN set -euo pipefail; zypper -n in --no-recommends rust1.69 cargo1.69; zypper -n clean; rm -rf /var/log/*
ENV RUST_VERSION="%%RUST_VERSION%%" ENV RUST_VERSION="%%RUST_VERSION%%"
ENV CARGO_VERSION="%%CARGO_VERSION%%" ENV CARGO_VERSION="%%CARGO_VERSION%%"
ENV CC="/usr/local/bin/gcc" ENV CC="/usr/local/bin/gcc"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Remove distribution-release from the package list, it is inherited from the base image
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 27 15:55:34 UTC 2023 - Dan Čermák <dcermak@suse.com> Tue Jun 27 15:55:34 UTC 2023 - Dan Čermák <dcermak@suse.com>