Skip to content

Commit 669a929

Browse files
committed
Disable rust
1 parent fcf6961 commit 669a929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function checkRun () {
2727
python3 "$repoPath/wheels-custom-integrations/additional_requirements.py"
2828
docker build -t validate -f validate_requirements/Dockerfile .
2929
set +e
30-
docker run --rm validate
30+
docker run -e CRYPTOGRAPHY_DONT_BUILD_RUST=1 --rm validate
3131
requirements="$?"
3232
set -e
3333
if [ "${requirements}" == 0 ]; then

0 commit comments

Comments
 (0)