-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix execute_or_fail_loudly in ghc_bindist
The call to `fail` itself failed with ``` File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/8b8a09a5fc28e77c5514319513adb8f9/external/rules_haskell/haskell/ghc_bindist.bzl", line 197, in "{0} failed, aborting creation of GHC bindist".format " ".join(args) sequence element must be a string (got 'path'). See bazelbuild/bazel#7802 for information about --incompatible_string_join_requires_strings. ``` This change switches to a shared implementation that fixes this issue.
- Loading branch information
Showing
1 changed file
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters