mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
Update Illumos build workflows to use OmniOS VM
- Replaced OpenIndiana VM with OmniOS VM in Illumos build steps across `rust.yml` and `release.yml` workflows. - Updated related workflow labels and comments for consistency.
This commit is contained in:
parent
7fb3793c54
commit
4d96cf1d2b
2 changed files with 6 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -7,12 +7,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-illumos:
|
build-illumos:
|
||||||
name: Build on Illumos (OpenIndiana)
|
name: Build on Illumos (OmniOS)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build in OpenIndiana VM
|
- name: Build in OmniOS VM
|
||||||
uses: vmactions/openindiana-vm@v1
|
uses: vmactions/omnios-vm@v1
|
||||||
with:
|
with:
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -v developer/lang/rustc build-essential jq
|
pkg install -v developer/lang/rustc build-essential jq
|
||||||
|
|
|
||||||
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
|
@ -85,15 +85,15 @@ jobs:
|
||||||
path: target/release/
|
path: target/release/
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
# Build on Illumos (OpenIndiana)
|
# Build on Illumos (OmniOS)
|
||||||
build-illumos:
|
build-illumos:
|
||||||
name: Build (Illumos)
|
name: Build (Illumos)
|
||||||
needs: [format, clippy]
|
needs: [format, clippy]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build in OpenIndiana VM
|
- name: Build in OmniOS VM
|
||||||
uses: vmactions/openindiana-vm@v1
|
uses: vmactions/omnios-vm@v1
|
||||||
with:
|
with:
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg install -v developer/lang/rustc build-essential jq
|
pkg install -v developer/lang/rustc build-essential jq
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue