Skip to content

Commit 1f89762

Browse files
committed
[NRL-774] WIP add some debug to check-build-environment script
1 parent 062d1e8 commit 1f89762

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/check-build-environment.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ BUILD_DEPENDENCIES="
3333
zip
3434
"
3535

36+
echo "BUILD_PATH=${PATH}"
37+
env | grep "ASDF"
38+
3639
for dep in ${BUILD_DEPENDENCIES}; do
3740
set +e
3841
dep_path="$(which ${dep} 2> /dev/null)"

0 commit comments

Comments
 (0)