Skip to content

Commit

Permalink
ci/gha: rm kludges for cross-i386 job
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kolyshkin committed May 15, 2023
1 parent 2685116 commit b32655d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ jobs:
sudo add-apt-repository -y ppa:criu/ppa
# apt-add-repository runs apt update so we don't have to.
# Due to a bug in apt, we have to update it first
# (see https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268)
sudo apt -q install apt
sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib criu
- name: install go
Expand All @@ -131,5 +128,4 @@ jobs:
go-version: 1.x # Latest stable

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

0 comments on commit b32655d

Please sign in to comment.