Skip to content

Commit b32655d

Browse files
committed
ci/gha: rm kludges for cross-i386 job
The first kludge is not needed since the switch to Ubuntu 22.04 in commit 953e1cc. The second one is not needed since Go 1.20. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 2685116 commit b32655d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ jobs:
120120
sudo add-apt-repository -y ppa:criu/ppa
121121
# apt-add-repository runs apt update so we don't have to.
122122
123-
# Due to a bug in apt, we have to update it first
124-
# (see https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268)
125-
sudo apt -q install apt
126123
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib criu
127124
128125
- name: install go
@@ -131,5 +128,4 @@ jobs:
131128
go-version: 1.x # Latest stable
132129

133130
- name: unit test
134-
# See https://go-review.googlesource.com/c/go/+/421935
135-
run: sudo -E PATH="$PATH" -- make GOARCH=386 CGO_CFLAGS=-fno-stack-protector localunittest
131+
run: sudo -E PATH="$PATH" -- make GOARCH=386 localunittest

0 commit comments

Comments
 (0)