Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Disable illumos in CI for now" #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading