Skip to content

Conversation

@bjosv
Copy link
Collaborator

@bjosv bjosv commented Jul 16, 2025

  • Remove deprecated Github runner windows-2019 and add windows-2025 in weekly CI.
  • Don't install the already installed ninja on macos runners.
  • Add clang-20 to weekly CI and..
  • Disable new warning when building monster_test_cpp.
      monster.c:294:5: warning: 'main' should not be 'extern "C"' [-Wmain]
      294 | int main(int argc, char *argv[])
          |     ^

Weekly runs pass.

bjosv added 4 commits July 16, 2025 14:51
Signed-off-by: Björn Svensson <[email protected]>
monster.c:294:5: warning: 'main' should not be 'extern "C"' [-Wmain]
  294 | int main(int argc, char *argv[])
      |     ^

Signed-off-by: Björn Svensson <[email protected]>
@mikkelfj
Copy link
Contributor

Thanks. Yes, extern main is probably best fixed like that for now. We cannot really break up the original sample just because of that.

@mikkelfj mikkelfj merged commit c4c99fe into dvidelabs:master Jul 17, 2025
5 checks passed
@bjosv bjosv deleted the ci-updates branch July 22, 2025 10:08
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

Successfully merging this pull request may close these issues.

2 participants