-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build against LLVM 9 on macOS/Azure (#296)
* Set LLVM_CONFIG_PATH when building on macOS * Conditionally install typing package * Don't run pip install in quiet mode * Enable shell command tracing in provision_mac.sh * Disable command tracing in provision_mac.sh * Print diagnostics for azure pipelines * Print diagnostics before building c2rust on Darwin * Provision LLVM 9 on macOS
- Loading branch information
1 parent
4062985
commit 514b53b
Showing
3 changed files
with
18 additions
and
26 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ pip | |
plumbum >= 1.6.3 | ||
psutil | ||
pygments | ||
typing | ||
typing;python_version<"3.5" | ||
scan-build | ||
pyyaml |