Skip to content

Commit

Permalink
CI progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Mar 14, 2024
1 parent 74b354f commit e87a562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -o errexit -o errtrace -o functrace -o nounset -o pipefail
root="$(cd "$(dirname "${BASH_SOURCE[0]:-$PWD}")" 2>/dev/null 1>&2 && pwd)/../"
readonly root

export BUILDKIT_HOST="$("$root/hack/helpers/start-buildkit.sh")"
BUILDKIT_HOST="$("$root/hack/helpers/start-buildkit.sh")"
export BUILDKIT_HOST

# Simple no-thrill build tester
# XXX Currently reduced to a single architecture to avoid using all disk space until we figure out our space efficiency problem (likely the fat builder image getting duplicated over and over)
Expand Down

0 comments on commit e87a562

Please sign in to comment.