File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 5555 cmake -S. -Bbuild
5656 -G "${{matrix.cmake.generator}}"
5757 -DCMAKE_CONFIGURATION_TYPES=${{matrix.cmake.config}}
58- -DBUILD_DEPS=ON
5958 -DCMAKE_INSTALL_PREFIX=install
6059 - name : Build
6160 run : >
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 almalinux,
1616 alpine,
1717 debian,
18- # fedora, # timeout
19- # opensuse, # timeout
18+ fedora,
19+ opensuse,
2020 rockylinux,
21- # ubuntu, # Segmentation fault
21+ ubuntu
2222 ]
2323 fail-fast : false
2424 name : arm64•${{matrix.distro}}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function build_wheel() {
8585 fi
8686 cmake -S. -B" ${BUILD_DIR} " \
8787 -DCMAKE_BUILD_TYPE=Release \
88- -DBUILD_DEPS=ON -DBUILD_PYTHON=ON - DPython3_ROOT_DIR=" $1 " \
88+ -DPython3_ROOT_DIR=" $1 " \
8989 -DBUILD_TESTING=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF # --debug-find
9090 cmake --build " ${BUILD_DIR} " -v -j4
9191
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function build_wheel() {
8585 fi
8686 cmake -S. -B" ${BUILD_DIR} " \
8787 -DCMAKE_BUILD_TYPE=Release \
88- -DBUILD_DEPS=ON -DBUILD_PYTHON=ON - DPython3_ROOT_DIR=" $1 " \
88+ -DPython3_ROOT_DIR=" $1 " \
8989 -DBUILD_TESTING=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF # --debug-find
9090 cmake --build " ${BUILD_DIR} " -v -j4
9191
You can’t perform that action at this time.
0 commit comments