Update OmniOS workflows and Vagrantfile to replace library/lz4 with compress/lz4

This commit is contained in:
Till Wegmueller 2026-01-18 17:27:54 +01:00
parent d763bf1c34
commit 86e1a2eb53
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
with: with:
prepare: | prepare: |
pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios 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 library/zlib library/lz4 pkg install -v ooce/developer/rust ooce/omnios-build-tools ooce/util/jq library/zlib compress/lz4
run: | run: |
# Set environment variables for native libraries # Set environment variables for native libraries
export CFLAGS="-m64" export CFLAGS="-m64"

View file

@ -97,7 +97,7 @@ jobs:
with: with:
prepare: | prepare: |
pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios 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 library/zlib library/lz4 pkg install -v ooce/developer/rust ooce/omnios-build-tools ooce/util/jq library/zlib compress/lz4
run: | run: |
# Set environment variables for native libraries # Set environment variables for native libraries
export CFLAGS="-m64" export CFLAGS="-m64"

2
Vagrantfile vendored
View file

@ -17,7 +17,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL config.vm.provision "shell", inline: <<-SHELL
set -ex set -ex
pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios
pkg install -v developer/lang/rustc build-essential jq library/zlib library/lz4 pkg install -v developer/lang/rustc build-essential jq library/zlib compress/lz4
mkdir -p /ws mkdir -p /ws
chown vagrant:vagrant /ws chown vagrant:vagrant /ws
if ! zfs list rpool/zones > /dev/null 2>&1; then if ! zfs list rpool/zones > /dev/null 2>&1; then