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

Makefile: Remove pycache artifacts after running gtest-parallel (#486) #495

Merged
merged 2 commits into from
May 11, 2023

Conversation

AmnonHanuhov
Copy link
Contributor

No description provided.

@AmnonHanuhov AmnonHanuhov added the build Build related label May 6, 2023
@AmnonHanuhov AmnonHanuhov self-assigned this May 6, 2023
@AmnonHanuhov AmnonHanuhov linked an issue May 6, 2023 that may be closed by this pull request
@AmnonHanuhov AmnonHanuhov force-pushed the 486-gtest-parallel-leftover-cache branch from 8075e75 to 8b37e56 Compare May 6, 2023 13:27
Yuval-Ariel
Yuval-Ariel previously approved these changes May 7, 2023
Copy link
Contributor

@Yuval-Ariel Yuval-Ariel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

*.pyc artifacts from running gtest-parallel as part of `make check`
are created in this directory
@Yuval-Ariel Yuval-Ariel merged commit 0960fa5 into main May 11, 2023
4 of 9 checks passed
@Yuval-Ariel Yuval-Ariel deleted the 486-gtest-parallel-leftover-cache branch May 11, 2023 08:20
udi-speedb pushed a commit that referenced this pull request Nov 19, 2023
* gitignore: Add build_tools/pycache/ to gitignore (#486)

*.pyc artifacts from running gtest-parallel as part of `make check`
are created in this directory

* Makefile: Remove pycache artifacts after running gtest-parallel (#486)
udi-speedb pushed a commit that referenced this pull request Dec 5, 2023
* gitignore: Add build_tools/pycache/ to gitignore (#486)

*.pyc artifacts from running gtest-parallel as part of `make check`
are created in this directory

* Makefile: Remove pycache artifacts after running gtest-parallel (#486)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gtest parallel: leftover cache
2 participants