Skip to content

Commit

Permalink
Try to speed up omnios VM
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 2, 2024
1 parent 3457f96 commit 64ad8af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ env:
jobs:
build-ubuntu:
if: false
name: Ubuntu
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
run: cd build && meson test

build-debian:
if: false
name: Debian
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -143,6 +145,7 @@ jobs:
run: cd build && meson test

build-fedora:
if: false
name: Fedora
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -182,6 +185,7 @@ jobs:
run: cd build && meson test

build-macos:
if: false
name: macOS
runs-on: macos-13
env:
Expand Down Expand Up @@ -217,6 +221,8 @@ jobs:
with:
copyback: false
prepare: |
pkg set-publisher -m https://us-west.mirror.omnios.org/r151048/core/ omnios
pkg set-publisher -m https://us-west.mirror.omnios.org/r151048/extra/ extra.omnios
pkg install \
build-essential \
pkg-config
Expand All @@ -240,6 +246,7 @@ jobs:
ninja -C build
build-freebsd:
if: false
name: "FreeBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -275,6 +282,7 @@ jobs:
cd build && meson test
build-openbsd:
if: false
name: "OpenBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -310,6 +318,7 @@ jobs:
cd build && meson test
build-netbsd:
if: false
name: "NetBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -344,6 +353,7 @@ jobs:
ninja -C build
build-dflybsd:
if: false
name: "DragonflyBSD"
runs-on: ubuntu-22.04
permissions:
Expand Down Expand Up @@ -404,6 +414,7 @@ jobs:
cd build && meson test
static_analysis:
if: false
name: Static Analysis
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 64ad8af

Please sign in to comment.