Skip to content

Commit 561332d

Browse files
committed
add cibuildwheel debugging flags and move installs to BEFORE_ALL
1 parent feb4f8e commit 561332d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/on-release-main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
pip install cibuildwheel
5454
cibuildwheel --debug-traceback --output-dir wheelhouse
5555
env:
56-
CIBW_BEFORE_BUILD_LINUX: |
56+
CIBW_BEFORE_ALL_LINUX: |
5757
# Install GraalVM
5858
curl -L -o graalvm.tar.gz https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-23.0.2/graalvm-community-jdk-23.0.2_linux-x64_bin.tar.gz
5959
tar -xzf graalvm.tar.gz -C /opt
@@ -71,6 +71,9 @@ jobs:
7171
tar -xzf apache-maven.tar.gz -C /opt
7272
export MAVEN_HOME=/opt/apache-maven-$MAVEN_VERSION
7373
export PATH=$MAVEN_HOME/bin:$PATH
74+
CIBW_BUILD_VERBOSITY_LINUX: 3
75+
CIBW_DEBUG_TRACEBACK: TRUE
76+
CIBW_DEBUG_KEEP_CONTAINER: TRUE
7477

7578
- name: Copy wheels to dist directory
7679
run: |

0 commit comments

Comments
 (0)