[info=e5757fcff546bf7e29a0ef675916e7bd]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-oldstable-image?expand=0&rev=66
This commit is contained in:
Dan Čermák 2024-04-17 09:32:42 +00:00 committed by Git OBS Bridge
parent 7f92e1b4d6
commit 4afd6b3bc5
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>