Skip to content

Commit

Permalink
fix: remove non c86 packages from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jul 4, 2019
1 parent 7586d96 commit 6cd17a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ pipeline {
PATH = "${env.PATH}:${env.WORKSPACE}/bin"
HOME = "${env.WORKSPACE}"
GOPATH = "${env.WORKSPACE}"
SNAPSHOT="true"
}
when {
beforeAgent true
Expand Down
5 changes: 0 additions & 5 deletions script/jenkins/package.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env bash
set -euox pipefail

# This controls the defaults used the Jenkins package job. They can be
# overridden by setting them in the environement prior to running this script.
export SNAPSHOT="${SNAPSHOT:-true}"
#export PLATFORMS="${PLATFORMS:-+linux/armv7 +linux/ppc64le +linux/s390x +linux/mips64}"

mage -debug package

0 comments on commit 6cd17a3

Please sign in to comment.