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 fcf6961 commit 669a929Copy full SHA for 669a929
checks/requirements
@@ -27,7 +27,7 @@ function checkRun () {
27
python3 "$repoPath/wheels-custom-integrations/additional_requirements.py"
28
docker build -t validate -f validate_requirements/Dockerfile .
29
set +e
30
- docker run --rm validate
+ docker run -e CRYPTOGRAPHY_DONT_BUILD_RUST=1 --rm validate
31
requirements="$?"
32
set -e
33
if [ "${requirements}" == 0 ]; then
0 commit comments