Skip to content

Commit

Permalink
Partialy revert last prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
firstcryptoman committed Feb 24, 2023
1 parent f0f32e8 commit 67b1a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/make_packages
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ export BUILD_TIME="$(LC_ALL=C TZ=UTC date +'%H:%M:%S' -d @$SOURCE_DATE_EPOCH)"
# Hence "aiohttp-*.dist-info/" is not reproducible either.
# All this means that downstream users of this script, such as the sdist build
# and the android apk build need to make sure these files get excluded.
python3 -m pip install --no-compile --no-dependencies --no-binary :all: \
python3 -m pip install --no-compile --no-dependencies \
-r "$CONTRIB"/deterministic-build/requirements.txt -t "$CONTRIB"/../packages

0 comments on commit 67b1a52

Please sign in to comment.