Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI fails on windows_latest image #58

Closed
abergasov opened this issue Jul 5, 2022 · 2 comments
Closed

CI fails on windows_latest image #58

abergasov opened this issue Jul 5, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@abergasov
Copy link

abergasov commented Jul 5, 2022

testing on win image fails with errors

  1. Alocate error
==2832==ERROR: ThreadSanitizer failed to allocate 0x000000999000 (10063872) bytes at 0x200db79ba0000 (error code: 87)

possible solution add this rows before run unit tests

- name: Install mingw 10.2.0
        if: matrix.os == 'windows-latest'
        run: choco install mingw --version 10.2.0 --allow-downgrade

actions/runner-images#5841

  1. another error
c:/programdata/chocolatey/lib/mingw/tools/install/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/lib/../lib/libmsvcrt.a(/2203): duplicate symbol reference: _unlock_file in both libgcc(.text) and libgcc(.data)
libgcc(.text): relocation target atexit not defined
@abergasov abergasov added the bug Something isn't working label Jul 5, 2022
@moshababo
Copy link
Contributor

possible solution add this rows before run unit tests

- name: Install mingw 10.2.0
        if: matrix.os == 'windows-latest'
        run: choco install mingw --version 10.2.0 --allow-downgrade

Have you tried applying this?

@fasmat fasmat self-assigned this Nov 23, 2022
@fasmat
Copy link
Member

fasmat commented Nov 23, 2022

CI is currently running on windows-latest without problems. Closing this issue.

@fasmat fasmat closed this as completed Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants