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

clang++ on Windows builds need to be fixed in CI #303

Open
barnasc opened this issue Aug 22, 2023 · 3 comments
Open

clang++ on Windows builds need to be fixed in CI #303

barnasc opened this issue Aug 22, 2023 · 3 comments
Assignees
Milestone

Comments

@barnasc
Copy link
Contributor

barnasc commented Aug 22, 2023

remaining issue in CI when using clang on Windows/MinGW.

Tried to reproduce this locally, however, all test pass in my setup under Windows/MinGW.
My working setup:

  • Windows 10 enterprise
  • systemc-2.3.2
  • clang++ 16.0.5, Target: x86_64-w64-windows-gnu
  • cmake 3.26.4
@aut0 aut0 self-assigned this Aug 22, 2023
@aut0 aut0 added this to the CCI 1.0.1 milestone Aug 22, 2023
@aut0
Copy link
Collaborator

aut0 commented Aug 24, 2023

I was able to get a log file from the runner.
It seems like the issue is with the SystemC header not matching the golden file.
(Btw, the integration of the tests in cmake is a mess.)

LastTest.log

I don't understand why this is only an issue in these cases.
I tried checken in the (mess of) cmake scripts if there is filter to remove the header, but I couldn't spot it.

@aut0 aut0 assigned barnasc and unassigned aut0 Sep 5, 2023
@aut0
Copy link
Collaborator

aut0 commented Sep 5, 2023

Maybe we can just disable the header:

On Linux:
export SYSTEMC_DISABLE_COPYRIGHT_MESSAGE=1

@aut0
Copy link
Collaborator

aut0 commented Sep 9, 2023

I tried to disable the header.
Tests still failed, eventhough the error message was empty afterwards.
See log file here: https://github.com/aut0/cci/actions/runs/6120831709/job/16613431501

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants