Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Uses new reproducible wheels from our builds
Browse files Browse the repository at this point in the history
The new wheels are coming in the following PR:

freedomofpress/securedrop-builder#213

These wheels are reproducible, you can build them following our
Makefile.
  • Loading branch information
kushaldas committed Jan 7, 2021
1 parent ec8807e commit e540e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ common-steps:
git clone https://github.com/freedomofpress/securedrop-debian-packaging.git
cd securedrop-debian-packaging
make install-deps
git checkout use_reproducible_wheels
PKG_DIR=~/project make requirements
- &verify_requirements
Expand All @@ -38,6 +39,7 @@ common-steps:
name: Build debian package
command: |
cd ~/packaging/securedrop-debian-packaging
git checkout use_reproducible_wheels
export PKG_VERSION=1000.0
export PKG_PATH=/home/circleci/project/dist/securedrop-log-$PKG_VERSION.tar.gz
make securedrop-log
Expand Down
2 changes: 1 addition & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis==3.3.11 --hash=sha256:022f124431ae16ee3a3a69c8016e3e2b057b4f4e0bfa7787b6271d893890c3cc
redis==3.3.11 --hash=sha256:974926675d246ade47a101e305596a0f50282a405a03b7173a70d99c79e6370c

0 comments on commit e540e0c

Please sign in to comment.