We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113e175 commit 3f7c4cbCopy full SHA for 3f7c4cb
cpython-unix/build-bdb.sh
@@ -5,6 +5,14 @@
5
6
set -ex
7
8
+debug() {
9
+ error_code="${?}"
10
+ echo "DEBUG - bdb config.log"
11
+ cat "$(find . -name "config.log" -print -quit)"
12
+ exit "${error_code}"
13
+}
14
+trap debug EXIT INT TERM
15
+
16
ROOT=`pwd`
17
18
export PATH=${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/host/bin:$PATH
0 commit comments