Uh oh!
There was an error while loading. Please reload this page.
GitHub Actions: preparations, part 2 - #67733
Conversation
In their infinite wisdom, Apple decided that (starting from macOS 10.15 onwards) /usr/include is not the location we should all search in for our beloved C headers. Instead, we should look inside the extremely intuitive and easily guessable new path: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include Because why not.
| if isWindows; then | ||
| pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar | ||
| pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar \ | ||
| binutils |
There was a problem hiding this comment.
It's weird, they are provided by mingw-w64 toolchain (in a version that really works for Windows).
alexcrichton
commented
Jan 6, 2020
@bors: r+ |
bors
commented
Jan 6, 2020
📌 Commit 39ddbeb has been approved by |
bors
commented
Jan 8, 2020
GitHub Actions: preparations, part 2 This PR adds the second batch of commits in preparation for GitHub Actions: * Removed hardcoded Azure Pipelines variables from `publish_toolstate.sh` * Fixed a bug in `shared.sh`'s GitHub Actions support * Fixed binutils missing from MSYS2 on Windows 2019 (GitHub Actions-specific) * Fixed wrong sysroot in macOS 10.15 onwards (GitHub Actions-specific) This PR does **not** yet add any builders on GitHub Actions. r? @alexcrichton
bors
commented
Jan 8, 2020
☀️ Test successful - checks-azure |
rust-highfive
commented
Jan 8, 2020
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
| set -euo pipefail | ||
| IFS=$'\n\t' | ||
| source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" |
There was a problem hiding this comment.
Probably source "$(cd "$(dirname "$0")" && pwd)/shared.sh"?
This PR adds the second batch of commits in preparation for GitHub Actions:
publish_toolstate.shshared.sh's GitHub Actions supportThis PR does not yet add any builders on GitHub Actions.
r? @alexcrichton