-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microsoft broke windows32 env variable setting (#104)
* Microsoft broke windows32 env variable setting * export ucupu before testing * are bash/powershell split still necessary? * Properly assert the size of TaskNode on 32-bit * always set ucpu + use azure agent interpolation * fix expected taskNode size * previous commit also switched to stable by mistake (thanks copy-pasting) * fighting against CI is really hell * display ucpu to debug Linux 32bit * try to export ucpu * display gcc version for debuging linux 32bit * add missing ARCH: x86 to Linux32 test * Linux 32-bit actually requires more work to add -m32 to nim csources * Comment out win32 test. Now mingw-w64 does not find the SynchronizationBarrier symbols (previous $PATH priority was wrong?)
- Loading branch information
Showing
4 changed files
with
44 additions
and
47 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
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