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

Add option for CI to run without building unit tests #1878

Closed
nlslatt opened this issue Jul 20, 2022 · 1 comment
Closed

Add option for CI to run without building unit tests #1878

nlslatt opened this issue Jul 20, 2022 · 1 comment
Assignees

Comments

@nlslatt
Copy link
Collaborator

nlslatt commented Jul 20, 2022

What Needs to be Done?

The version of Google Test we bundle with vt does not build with the Intel 18 compiler. Add an option to the CI scripts to allow skipping the build of gtest and anything that depends on gtest (i.e., the unit tests).

@nlslatt nlslatt self-assigned this Jul 20, 2022
@nlslatt
Copy link
Collaborator Author

nlslatt commented Aug 2, 2022

We decided to handle this another way, by grabbing an older version of googletest using a modified version of the fetch-googletest.sh script included in tests/extern/. The commands below were used:

pushd $CI_PROJECT_DIR/tests/extern && perl -pe "s/GTEST_BRANCHTAG=.*$/GTEST_BRANCHTAG=release-1.10.0/" fetch-googletest.sh > fetch-old-googletest.sh && chmod a+x fetch-old-googletest.sh && ./fetch-old-googletest.sh
popd

@nlslatt nlslatt closed this as not planned Won't fix, can't repro, duplicate, stale Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant