Skip to content

v3.5.6

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:29
abd8160
Fix build-centos-7: expand CC/CXX paths via github.workspace

node-gyp >=12 added GetCompilerPredefines() which calls the compiler via
Python subprocess.run (no shell), so \${PWD} in CC/CXX is never expanded.
Replace with \${{ github.workspace }} which GitHub Actions expands before the
step runs, giving a static absolute path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>