Skip to content

Externals Update, master branch (2023.03.23.)

Updated all projects to atlasexternals-2.0.152. The changes wrt. atlasexternals-2.0.151 are (atlasexternals@2.0.151...2.0.152):

  • CheckerGccPlugins: Fix checking for a pointer bound to a const reference (thanks to @ssnyder);
  • Fixed the build of Gdb with Clang 16 (thanks to @elmsheus);
  • Introduced Findauth_get_sso_cookie.cmake (meant for ATLINFR-4870, thanks to @fwinkl);
  • Updated setuptools to version 57.1.0;
  • Updated wheel to version 0.37.1.

The last update may very well require an update in our build scripts. I have that already in the chamber, but I'm curious to see if the CI may actually accept the code without such an update. 🤔

@ssnyder, I checked locally that I didn't see any new warnings in Athena because of the checker update. But to be safe, let's run a full-build.

Merge request reports