disable jxl jni

This commit is contained in:
2026-03-27 14:36:40 -05:00
parent 9338ec4039
commit fc61040607
2 changed files with 3 additions and 4 deletions
Vendored
+2 -2
View File
@@ -41,7 +41,7 @@ pipeline {
axes {
axis {
name 'COMP_OPTS';
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON PACKAGE=ON'
}
}
stages {
@@ -62,7 +62,7 @@ pipeline {
axis { name 'DISTRO'; values 'ubuntu', 'fedora', 'debian', 'archlinux' }
axis {
name 'COMP_OPTS';
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON PACKAGE=ON'
}
}
stages {