tiagobento commented on code in PR #3187:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3187#discussion_r2164701048


##########
devbox.json:
##########
@@ -24,10 +25,7 @@
     "PATH": 
"$DEVBOX_PROJECT_ROOT/.devbox/gopkgs/bin:$DEVBOX_PROJECT_ROOT/.devbox/pnpm-store:$PATH"
   },
   "shell": {
-    "init_hook": [
-      ". $VENV_DIR/bin/activate",
-      "[[ $OSTYPE == 'darwin'* ]] && export PATH=$(echo $PATH | tr ':' '\n' | 
grep -vi 'xcode\\|clang\\|cctools' | paste -sd ':' -)"
-    ],
+    "init_hook": [". $VENV_DIR/bin/activate"],

Review Comment:
   The change is intentional. After upgrading to Devbox 14, `git` and other 
tools like `clang` stopped working. Removing this workaround fixed it. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to