Skip to content

Commit

Permalink
Disable piuparts for client
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Feb 7, 2024
1 parent 91ffdac commit 41e2829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/piuparts/run-piuparts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ cd /piuparts
cp /keyring/securedrop-keyring.gpg .
docker build . --build-arg DISTRO=$DISTRO -t ourimage

# TODO: client sets up apparmor, which doesn't work in our CI setup
# TODO: get workstation-viewer to pass piuparts (pulls in grsec and qubes packages)
for pkg in client export keyring log proxy workstation-config;
for pkg in export keyring log proxy workstation-config;
do
piuparts --docker-image ourimage \
--distribution $DISTRO \
Expand Down

0 comments on commit 41e2829

Please sign in to comment.