Skip to content

Commit

Permalink
[bazel] Add PYTHONUSERBASE to list of non-hermetic env vars
Browse files Browse the repository at this point in the history
We use python modules from outside of Bazel's "hermetic seal". Without
allowing this variable through we always assume they're in the default
location.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed May 19, 2023
1 parent 30db5a9 commit f57ef74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/nonhermetic.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
NONHERMETIC_ENV_VARS = [
"HOME",
"PATH",
"PYTHONUSERBASE",
"XILINX_VIVADO",
"XILINX_HLS",
"XILINXD_LICENSE_FILE",
Expand Down

0 comments on commit f57ef74

Please sign in to comment.