Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Jan 10, 2024
1 parent d734e7b commit 6f02ac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ install_bins() {
meta_set "build-step" "install-saxon"
monitor "install-saxon-binary" install_saxon "$saxon_engine" "$BUILD_DIR/.heroku/basex/lib/custom" $CACHE_DIR
fi
set -x

node_version="$(node --version)"
mcount "version.node.$node_version"
meta_set "node-version" "$node_version"
Expand Down Expand Up @@ -277,9 +277,9 @@ set -x
export JAVA_HOME=$BUILD_DIR/.jdk
export PATH=$PATH:$JAVA_HOME/bin
export PORT=${PORT:-3000}

set -x
patch -Rf "$BUILD_DIR/.profile.d/jvmcommon.sh" "$BP_DIR/lib/jvmcommon.sh.patch" 2>&1 > /dev/null || true
patch -f "$BUILD_DIR/.profile.d/jvmcommon.sh" "$BP_DIR/lib/jvmcommon.sh.patch" 2>&1 > /dev/null
patch -f "$BUILD_DIR/.profile.d/jvmcommon.sh" "$BP_DIR/lib/jvmcommon.sh.patch" 2>&1 > /dev/null || true

jvm_version="$(java -version 2>&1 | grep version | sed -r 's/openjdk version "([^ ]+)"/\1/g')"
mcount "version.jvm.$jvm_version"
Expand Down

0 comments on commit 6f02ac4

Please sign in to comment.