Skip to content

Commit

Permalink
Merge pull request openshift#315 from smarterclayton/smarterclayton-p…
Browse files Browse the repository at this point in the history
…atch-1

Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jul 25, 2016
2 parents 668ed0a + afb248b commit 83b71c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export GOPATH=$(pwd)/_build:$(pwd)/_thirdpartyhacks:%{buildroot}%{gopath}:%{gopa
# Build all linux components we care about
for cmd in oc openshift dockerregistry recycle
do
go install -ldflags "%{ldflags}" %{import_path}/cmd/${cmd}
go install -tags include_gcs -ldflags "%{ldflags}" %{import_path}/cmd/${cmd}
done
go test -c -o _build/bin/extended.test -ldflags "%{ldflags}" %{import_path}/test/extended

Expand Down

0 comments on commit 83b71c5

Please sign in to comment.