masters3d
(Chéyo Jiménez)
1
Hi Folks,
Looks like swift-driver is turned on by default on nightly and Compiler Explorer (godbolt.org) is having issues. Anybody know how to bypass swift-driver via a flag? Perhaps you have bandwidth to help fix the config ? See issue below.
[BUG] Swift nightly doesn't compile · Issue #2692 · compiler-explorer/compiler-explorer (github.com)
1 Like
ArtemC
2
-disallow-use-new-driver should bypass the error, at least.
1 Like
ArtemC
3
Adopting swift-driver as default introduced a dependency on ncurses via LLBuild here:
The compiler explorer bot needs to be updated to contain this library.