Tanzinul Islam

Results 13 comments of Tanzinul Islam

I do it like: ```yml addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-8 - gcc-8 # ... etc. ... ```

For using mingw64's GCC (and related tools like `mingw32-make.exe`) in a plain Windows Command Prompt, I just add `C:\msys64\mingw64\bin` to the system PATH.

**NOTE:** In all cases below: - Google Test was built in a "MSYS2 MinGW 64-bit" window. (It is necessary to do so, otherwise `bazel --batch build --compiler=mingw-gcc gtest gtest_main` could...

Hi, is this good to merge? Do I need to make any further changes?

I had applied "delayed expansion" inside `msys2_shell.cmd` in #1836 to keep the Bash command line more intact. If Cmder was already working around the previous early-expansion behavior (by itself escaping...

#494 eventually made it in commit e2ae786 (included in Boost v1.81.0 onwards).

I've rebased this on the current `main` branch, but the Windows CI is already broken there with the same error message -- which seems to show CRLF vs. LF line-ending...

Raised #4365 to address the latest CI failure. **UPDATE:** That PR was just merged in, so repeating the CI tests here.

I believe #3049 fixes this problem without introducing any options.

@sergio-nsk I've now rebased #3049 on the latest `main` branch; could you please try again? When built with MinGW's GCC, if `--gtest_color=yes` is supplied (or `GTEST_COLOR=yes` is exported) it should...