Skip to content

Commit 7ad08ce

Browse files
committed
ci: trying more CPUs and memory for solaris and extending timeout a little longer
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 6fff719 commit 7ad08ce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/vagrant.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ jobs:
1818

1919
- uses: vonericsen/github-actions-vagrant@main
2020
with:
21-
mem: 2048
21+
mem: 4096
2222
timeout: 600
23+
ncpu: 4
2324
box: openindiana/hipster
2425
run: |
2526
run sudo pkg update
2627
run sudo pkg install -y meson
2728
2829
run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
2930
run meson install -C build
30-
31+
3132
build-on-solaris:
3233
runs-on: macos-13
3334
steps:
@@ -43,8 +44,9 @@ jobs:
4344

4445
- uses: vonericsen/github-actions-vagrant@main
4546
with:
46-
mem: 2048
47-
timeout: 600
47+
mem: 4096
48+
ncpu: 4
49+
timeout: 1200
4850
box: rbrunckhorst/solaris11.4
4951
run: |
5052
run sudo pkg update

0 commit comments

Comments
 (0)