Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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