mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
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:
parent
d7c7079374
commit
0e873ee114
2 changed files with 2 additions and 4 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue