Accepting request 1168526 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1168526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-oldstable-image?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-04-18 20:12:00 +00:00 committed by Git OBS Bridge
commit d3fb1a5e7b
2 changed files with 6 additions and 1 deletions

View File

@ -47,5 +47,5 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
# only available on go's tsan_arch architectures
#!ArchExclusiveLine x86_64 aarch64 s390x ppc64le
#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le
RUN set -euo pipefail; if zypper -n install go1.21-race; then zypper -n clean; rm -rf /var/log/*; fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 17 09:30:41 UTC 2024 - Guillaume GARDET <guillaume.gardet@oliseo.fr>
- fix typo in archexclusiveline
-------------------------------------------------------------------
Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller <dmueller@suse.com>