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

Remove references to nlohmann json in docker actions #675

Open
K20shores opened this issue Oct 8, 2024 · 0 comments
Open

Remove references to nlohmann json in docker actions #675

K20shores opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@K20shores
Copy link
Collaborator

Our clang-tidy species some paths to the old nlohmann::json library that we no longer use. remove them

docker run --name include-scans -e INCLUDE_FILES="${INCLUDE_FILES}" -t micm-clang-tidy bash -c 'time clang-tidy -p ./build/ --config-file="./.clang-tidy" -header-filter=$(pwd)/include/.* --extra-arg "-lcudart_static" --extra-arg "-std=c++20" ${INCLUDE_FILES} -- -Iinclude/ -isystem ./cuda-build/_deps/json-src/include'

@K20shores K20shores added this to the MICM, TUV-x in CAM-SIMA milestone Oct 8, 2024
@K20shores K20shores added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant