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

update Catch2 to latest release #111

Closed
tomeichlersmith opened this issue Mar 3, 2025 · 0 comments · Fixed by #115
Closed

update Catch2 to latest release #111

tomeichlersmith opened this issue Mar 3, 2025 · 0 comments · Fixed by #115
Labels
help wanted Extra attention is needed

Comments

@tomeichlersmith
Copy link
Member

Is your request related to a problem? Please describe.

update to v3.8.0

Describe the solution you'd like. What packages do you want installed?

diff --git a/Dockerfile b/Dockerfile
index c79d1c6..c8700ec 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -360,7 +360,7 @@ RUN mkdir -p ${GENIE_REWEIGHT} &&\
 ###############################################################################
 # Catch2
 ###############################################################################
-ENV CATCH2_VERSION="3.3.1"
+ENV CATCH2_VERSION="3.8.0"
 LABEL catch2.version=${CATCH2_VERSION}
 RUN mkdir -p src &&\
     ${__wget} https://github.com/catchorg/Catch2/archive/refs/tags/v${CATCH2_VERSION}.tar.gz |\

Additional context
Some warnings from the updated compiler while building the tests in ldmx-sw LDMX-Software/ldmx-sw#1640

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant