diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-02-23 01:44:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 01:44:47 +0100 |
commit | 3d41b71664c626e3f30c10e1670c5d07fee252a7 (patch) | |
tree | fdd5e783526aa1a788398cf32564d60ade71e0ec /bin/sbang | |
parent | e27d3c4f754e2d3d67f6e4c2754e8acb4e655754 (diff) | |
download | spack-3d41b71664c626e3f30c10e1670c5d07fee252a7.tar.gz spack-3d41b71664c626e3f30c10e1670c5d07fee252a7.tar.bz2 spack-3d41b71664c626e3f30c10e1670c5d07fee252a7.tar.xz spack-3d41b71664c626e3f30c10e1670c5d07fee252a7.zip |
buildcache push: ensure bool arguments for include_* (#35632)
Fixes a bug introduced in 44ed0de8c077630148c213d3c7f40a8965eb6f94
where the push method of binary_distribution now takes named args
include_root and include_depedencies, to avoid the **kwarg hole.
But the call site wasn't update and we passed a dict of keys/values instead
of arguments, which resulted in a call like this:
```
push(include_root={"include_root": True, "include_dependencies": False})
```
This commit fixes that, and adds a test to see if we push the correct packages.
Diffstat (limited to 'bin/sbang')
0 files changed, 0 insertions, 0 deletions