Skip to content

Commit 9aee284

Browse files
cpsievertclaude
andauthored
ci: forward GGSQL_SKIP_GENERATE into manylinux Docker container (#167)
The Linux aarch64 manylinux build runs inside Docker, so environment variables from the workflow aren't automatically available. Pass GGSQL_SKIP_GENERATE=1 via docker-options so the build script uses pre-generated parser files instead of trying to regenerate them. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 07d584c commit 9aee284

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
# aarch64 assembly (missing __ARM_ARCH). 2_28 (AlmaLinux 8, gcc 8+)
6868
# provides a new enough toolchain.
6969
manylinux: 2_28
70+
# Forward GGSQL_SKIP_GENERATE into the Docker container so the
71+
# build script uses the pre-generated parser files.
72+
docker-options: -e GGSQL_SKIP_GENERATE=1
7073

7174
- uses: actions/upload-artifact@v4
7275
with:

0 commit comments

Comments
 (0)