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.
fatal: unsafe repository ('...' is owned by someone else)
1 parent 623f757 commit 9f54a84Copy full SHA for 9f54a84
.github/workflows/ci.yml
@@ -204,6 +204,10 @@ jobs:
204
echo 'curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
205
source ~/.cargo/env
206
rustup target add ${{ matrix.platform.target }}
207
+
208
+ # https://github.com/pypa/setuptools_scm/issues/707
209
+ git config --global --add safe.directory /io
210
211
cd examples/rust_with_cffi/
212
python3.9 -m pip install crossenv
213
python3.9 -m crossenv "/opt/python/cp39-cp39/bin/python3" --cc $TARGET_CC --cxx $TARGET_CXX --sysroot $TARGET_SYSROOT --env LIBRARY_PATH= --manylinux manylinux1 venv
0 commit comments