Skip to content

Commit 14dea75

Browse files
committed
ci: Trying sync disabled for illumos to see if that gets any further
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 7ad08ce commit 14dea75

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.github/workflows/vagrant.yml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
mem: 4096
2222
timeout: 600
2323
ncpu: 4
24+
sync-disabled: true
2425
box: openindiana/hipster
2526
run: |
2627
run sudo pkg update
@@ -29,31 +30,31 @@ jobs:
2930
run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
3031
run meson install -C build
3132
32-
build-on-solaris:
33-
runs-on: macos-13
34-
steps:
35-
- uses: actions/checkout@v4
36-
with:
37-
submodules: recursive
33+
# build-on-solaris:
34+
# runs-on: macos-13
35+
# steps:
36+
# - uses: actions/checkout@v4
37+
# with:
38+
# submodules: recursive
3839

39-
- name: Install Virtualbox
40-
run: brew install --cask virtualbox
40+
# - name: Install Virtualbox
41+
# run: brew install --cask virtualbox
4142

42-
- name: Install Vagrant
43-
run: brew install --cask vagrant
43+
# - name: Install Vagrant
44+
# run: brew install --cask vagrant
4445

45-
- uses: vonericsen/github-actions-vagrant@main
46-
with:
47-
mem: 4096
48-
ncpu: 4
49-
timeout: 1200
50-
box: rbrunckhorst/solaris11.4
51-
run: |
52-
run sudo pkg update
53-
run sudo pkg install -y meson
46+
# - uses: vonericsen/github-actions-vagrant@main
47+
# with:
48+
# mem: 4096
49+
# ncpu: 4
50+
# timeout: 1200
51+
# box: rbrunckhorst/solaris11.4
52+
# run: |
53+
# run sudo pkg update
54+
# run sudo pkg install -y meson
5455

55-
run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
56-
run meson install -C build
56+
# run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
57+
# run meson install -C build
5758

5859
build-on-freebsd:
5960
runs-on: macos-13

0 commit comments

Comments
 (0)