We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c843ab5 commit ec65909Copy full SHA for ec65909
.github/workflows/ci.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Compile native ParquetSharp library (Linux)
135
if: runner.os == 'Linux'
136
run: |
137
- docker exec -w $PWD -e GITHUB_ACTIONS -e VCPKG_INSTALLATION_ROOT centos \
+ docker exec -w $PWD -e GITHUB_ACTIONS -e VCPKG_INSTALLATION_ROOT -e VCPKG_FORCE_SYSTEM_BINARIES=1 centos \
138
scl enable devtoolset-10 rh-git227 httpd24 -- \
139
sh -c 'PATH=$(uv tool dir --bin):$PATH ./build_unix.sh'
140
- name: Compile native ParquetSharp library (macOS)
0 commit comments