Skip to content

Commit

Permalink
Installs enchant in GCP host machine
Browse files Browse the repository at this point in the history
Prior to bootstrapping the virtualenv for building packages, we must
ensure that the "enchant" apt package is present, otherwise installaiton
of the pip dependencies will fail.
  • Loading branch information
Conor Schaefer committed May 13, 2019
1 parent b9c5a02 commit ae3938f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/gce-nested/gce-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function copy_securedrop_repo() {

# Main logic
copy_securedrop_repo
ssh_gce "sudo apt-get update && sudo apt-get install -qq enchant"
ssh_gce "make build-debs-notest"

# The test results should be collected regardless of pass/fail,
Expand Down

0 comments on commit ae3938f

Please sign in to comment.