Skip to content

Conversation

@smanders
Copy link

issue externpro/externpro#274

once an updated ubuntu buildpro image has been released (see issue externpro/externpro#272), the changes here will support building boost in a ubuntu container with gcc13

for now, a local build can be created by modifying .devcontainer (aka externpro) with the following

diff --git a/cmake/xptoplevel.cmake b/cmake/xptoplevel.cmake
index bf0b0a8..992cfc5 100644
--- a/cmake/xptoplevel.cmake
+++ b/cmake/xptoplevel.cmake
@@ -1,4 +1,4 @@
-set(buildpro_REV 25.06)
+set(buildpro_REV latest)
 include(xpfunmac)
 if(NOT DEFINED XP_SANITIZER)
   set(XP_SANITIZER "ASAN")

and executing the commands

./docker-compose.sh -u
cmake --preset=Linux
cmake --workflow --preset=LinuxRelease

@smanders smanders merged commit 29a3eff into dev Nov 25, 2025
8 checks passed
@smanders smanders deleted the updates branch November 25, 2025 20:12
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