Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ImportVerilog] Disable Slang frontend in MSVC CI builds
MSVC fails to build the Slang 3 dependency due to issues in Slang's `MathUtils.h`. (The file is missing an `#include <limits>`.) Since we are planning to upgrade to Slang 4 or 5 anyway, don't bother setting up a full workaround for this issue yet and instead just disable Slang in MSVC CI builds and installs. Once the Verilog frontend integration matures and we update Slang, we can go back in and enable MSVC builds again.
- Loading branch information