Update OmniOS workflows to use ooce packages

- Replaced `extra.omnios` publisher setup and outdated package names with `ooce` packages in `rust.yml` and `release.yml`.
This commit is contained in:
Till Wegmueller 2026-01-18 16:45:43 +01:00
parent d7c7079374
commit 0e873ee114
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -15,8 +15,7 @@ jobs:
uses: vmactions/omnios-vm@v1 uses: vmactions/omnios-vm@v1
with: with:
prepare: | prepare: |
pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios pkg install -v ooce/developer/rust ooce/omnios-build-tools ooce/util/jq
pkg install -v developer/lang/rustc build-essential jq
run: | run: |
cargo build --release cargo build --release
mkdir -p artifacts mkdir -p artifacts

View file

@ -96,8 +96,7 @@ jobs:
uses: vmactions/omnios-vm@v1 uses: vmactions/omnios-vm@v1
with: with:
prepare: | prepare: |
pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios pkg install -v ooce/developer/rust ooce/omnios-build-tools ooce/util/jq
pkg install -v developer/lang/rustc build-essential jq
run: | run: |
cargo run -p xtask -- build cargo run -p xtask -- build
cargo run -p xtask -- build -r cargo run -p xtask -- build -r