Skip to content

Commit

Permalink
Disable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 11, 2021
1 parent fcf6961 commit 669a929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function checkRun () {
python3 "$repoPath/wheels-custom-integrations/additional_requirements.py"
docker build -t validate -f validate_requirements/Dockerfile .
set +e
docker run --rm validate
docker run -e CRYPTOGRAPHY_DONT_BUILD_RUST=1 --rm validate
requirements="$?"
set -e
if [ "${requirements}" == 0 ]; then
Expand Down

0 comments on commit 669a929

Please sign in to comment.