mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +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:
|
||||
build-illumos:
|
||||
name: Build on Illumos (OpenIndiana)
|
||||
name: Build on Illumos (OmniOS)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build in OpenIndiana VM
|
||||
uses: vmactions/openindiana-vm@v1
|
||||
- name: Build in OmniOS VM
|
||||
uses: vmactions/omnios-vm@v1
|
||||
with:
|
||||
prepare: |
|
||||
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/
|
||||
retention-days: 1
|
||||
|
||||
# Build on Illumos (OpenIndiana)
|
||||
# Build on Illumos (OmniOS)
|
||||
build-illumos:
|
||||
name: Build (Illumos)
|
||||
needs: [format, clippy]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build in OpenIndiana VM
|
||||
uses: vmactions/openindiana-vm@v1
|
||||
- name: Build in OmniOS VM
|
||||
uses: vmactions/omnios-vm@v1
|
||||
with:
|
||||
prepare: |
|
||||
pkg install -v developer/lang/rustc build-essential jq
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue