From 2248daaaedd54ae4cc2180dd01ffce91032ab64a Mon Sep 17 00:00:00 2001 From: Nahum Shalman Date: Wed, 18 Oct 2023 10:08:42 -0400 Subject: [PATCH] Revert "Disable illumos in CI for now" This reverts commit 2281df203157aef96dbb8ae3ff4a16a639bde64b. --- .github/workflows/test.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2650fc6e..fe299c33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -110,22 +110,22 @@ jobs: su action -c 'go120 test -parallel 1 ./...' # illumos - # testillumos: - # runs-on: macos-12 - # name: test (illumos, 1.19) - # steps: - # - uses: actions/checkout@v3 - # - name: test (illumos, 1.19) - # id: test - # uses: papertigers/illumos-vm@r38 - # with: - # prepare: | - # pkg install go-119 - # run: | - # useradd action - # export GOCACHE=/tmp/go-cache - # export GOPATH=/tmp/go-path - # su action -c '/opt/ooce/go-1.19/bin/go test -parallel 1 ./...' + testillumos: + runs-on: macos-12 + name: test (illumos, 1.19) + steps: + - uses: actions/checkout@v3 + - name: test (illumos, 1.19) + id: test + uses: papertigers/illumos-vm@r38 + with: + prepare: | + pkg install go-119 + run: | + useradd action + export GOCACHE=/tmp/go-cache + export GOPATH=/tmp/go-path + su action -c '/opt/ooce/go-1.19/bin/go test -parallel 1 ./...' # Older Debian 6, for old Linux kernels. testDebian6: