-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When compiling with GCC on Windows hosts, 'g++ -Wl,--version' started failing recently (past 2 weeks). Observations: * The problem only happens when using 'shell: bash', not the default shell for GitHub Actions. * The problem seems to be related to $PATH and DLL lookup. * There are two identical ld.exe files. One works fine; the other exits with no output when run from Bash. Work around the problem by using 'shell: python' instead. (It's hard to make the default shell work for Windows and non-Windows. Python is consistent across hosts.)
- Loading branch information
Showing
2 changed files
with
64 additions
and
6 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