Skip to content

Commit

Permalink
Merge pull request openshift#300 from crawford/build
Browse files Browse the repository at this point in the history
build: enable pure builds
  • Loading branch information
openshift-merge-robot committed Sep 21, 2018
2 parents 8f91c59 + 36daed8 commit da9b472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
startup --output_base .build
build --color=yes --workspace_status_command "${PWD}/buildvars.sh"
build --color=yes --features=pure --workspace_status_command "${PWD}/buildvars.sh"
3 changes: 2 additions & 1 deletion buildvars.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -e
#!/usr/bin/env bash
set -e

# Vars exported to the build info
echo TECTONIC_VERSION "${TECTONIC_VERSION}"
Expand Down

0 comments on commit da9b472

Please sign in to comment.