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

test/verifier: Keep existing environment when running make #31632

Merged
merged 1 commit into from Mar 27, 2024

Conversation

gentoo-root
Copy link
Contributor

Don't purge the environment when running make -C bpf in the verifier tests, because unsetting $PATH and $HOME has numerous undesired side effects:

  1. Go is not found in complexity-test little-vm-helper images.
  2. Git can't find its config in complexity-test LVH images.
  3. The user can't override the path to clang.

Don't purge the environment when running `make -C bpf` in the verifier
tests, because unsetting $PATH and $HOME has numerous undesired side
effects:

1. Go is not found in complexity-test little-vm-helper images.
2. Git can't find its config in complexity-test LVH images.
3. The user can't override the path to clang.

Signed-off-by: Maxim Mikityanskiy <maxim@isovalent.com>
@gentoo-root gentoo-root added the release-note/ci This PR makes changes to the CI. label Mar 26, 2024
@gentoo-root
Copy link
Contributor Author

/test

@gentoo-root gentoo-root marked this pull request as ready for review March 26, 2024 21:43
@gentoo-root gentoo-root requested review from a team as code owners March 26, 2024 21:43
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Mar 27, 2024
@julianwiedmann julianwiedmann added this pull request to the merge queue Mar 27, 2024
Merged via the queue into cilium:main with commit 60e7212 Mar 27, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants