Skip to content

Commit

Permalink
Stop building securedrop-workstation-grsec package in nightlies
Browse files Browse the repository at this point in the history
The package is broken and we really don't need nightlies for
kernel things, because the kernel is special.

Fixes freedomofpress/securedrop-workstation#793.
  • Loading branch information
legoktm committed Jun 30, 2022
1 parent a693ae3 commit 1c9043b
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -626,32 +626,6 @@ jobs:
- *setmetapackageversionplatform
- *builddebianpackage

build-nightly-buster-securedrop-workstation-grsec:
docker:
- image: circleci/python:3.7-buster
steps:
- checkout
- *installdeps
- *setsdgrsecname
- *getnightlymetapackageversionplatform
- *updatedebianchangelogplatform
- *builddebianpackage
- *addsshkeys
- *commitworkstationdebs

build-nightly-bullseye-securedrop-workstation-grsec:
docker:
- image: circleci/python:3.9-bullseye
steps:
- checkout
- *installdeps
- *setsdgrsecname
- *getnightlymetapackageversionplatform
- *updatedebianchangelogplatform
- *builddebianpackage
- *addsshkeys
- *commitworkstationdebs

build-buster-securedrop-workstation-config:
docker:
- image: circleci/python:3.7-buster
Expand Down Expand Up @@ -785,12 +759,9 @@ workflows:
- build-nightly-buster-securedrop-keyring:
requires:
- build-nightly-buster-securedrop-workstation-viewer
- build-nightly-buster-securedrop-workstation-grsec:
requires:
- build-nightly-buster-securedrop-keyring
- build-nightly-bullseye-securedrop-log:
requires:
- build-nightly-buster-securedrop-workstation-grsec
- build-nightly-buster-securedrop-keyring
- build-nightly-bullseye-securedrop-client:
requires:
- build-nightly-bullseye-securedrop-log
Expand All @@ -806,12 +777,10 @@ workflows:
- build-nightly-bullseye-securedrop-workstation-config:
requires:
- build-nightly-bullseye-securedrop-proxy
- build-nightly-bullseye-securedrop-workstation-grsec:
requires:
- build-nightly-bullseye-securedrop-workstation-config

- build-nightly-bullseye-securedrop-workstation-viewer:
requires:
- build-nightly-bullseye-securedrop-workstation-grsec
- build-nightly-bullseye-securedrop-workstation-config
# Cleaning old nightlies should always be the last step
- clean-old-nightlies:
requires:
Expand Down

0 comments on commit 1c9043b

Please sign in to comment.