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

Mismatch in compilers used for OSRM and VROOM in CI #1098

Closed
kkarbowiak opened this issue Apr 17, 2024 · 1 comment
Closed

Mismatch in compilers used for OSRM and VROOM in CI #1098

kkarbowiak opened this issue Apr 17, 2024 · 1 comment
Labels
Milestone

Comments

@kkarbowiak
Copy link
Contributor

It looks like the gcc build uses the default g++ to build OSRM (11.4.0) and g++-12 (12.3.0) to build vroom.

For clang build it is g++ 11.4.0 for OSRM and clang-15 for vroom. How this one works I have no idea.

@jcoupey jcoupey added the CI label Apr 25, 2024
@jcoupey jcoupey added this to the v1.15.0 milestone Apr 25, 2024
@jcoupey jcoupey mentioned this issue May 22, 2024
5 tasks
@jcoupey
Copy link
Collaborator

jcoupey commented May 22, 2024

@kkarbowiak thanks for spotting the problem and reporting. I've ported your suggested changes from #1101 in #1113 as part of the global OS/compiler CI update.

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

No branches or pull requests

2 participants