Skip to content

[P0] Verify the clang++ version used in the test #18

@tancheng

Description

@tancheng

Github action probably has a different clang version from my local, leading to different compilation behavior so tests are passed local but not on Github action.

This is from my local:

root@a354e4c22f79:/workspace/dataflow/test/neura/for_loop# clang++ -v
Ubuntu clang version 14.0.0-1ubuntu1.1
Target: aarch64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/aarch64-linux-gnu/11
Selected GCC installation: /usr/bin/../lib/gcc/aarch64-linux-gnu/11
Candidate multilib: .;@m64
Selected multilib: .;@m64

We can either update local or Github action. @yuqisun plz help check the Github action clang version.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions