Skip to content

Commit

Permalink
clean both build and _skbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 26, 2023
1 parent f527d66 commit fb1be5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "23.8.11",
"version": "23.8.12",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clean_${CPP_LIB}_cpp() {

local py_lib="$(tr '-' '_' <<< "${PY_LIB}")";

rm -rf ~/"${PY_SRC}/_skbuild";
rm -rf ~/"${PY_SRC}"/{build,_skbuild};
rm -rf ~/"${PY_SRC}/${py_lib}.egg-info";

if test -d ~/"${PY_SRC}/${PY_LIB}"/; then
Expand Down

0 comments on commit fb1be5f

Please sign in to comment.