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

Add back illumos #588

Merged
merged 1 commit into from Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
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