mirror of https://github.com/pyodide/pyodide.git
Debug failing build
This commit is contained in:
parent
3b429e61f3
commit
22e99f12d1
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -x
|
||||||
|
|
||||||
|
ls -l /bin/sh
|
||||||
|
|
||||||
# get the absolute path to the root directory
|
# get the absolute path to the root directory
|
||||||
ROOTDIR="$(cd ${BASH_SOURCE%/*}/../; pwd)";
|
ROOTDIR="$(cd ${BASH_SOURCE%/*}/../; pwd)";
|
||||||
|
|
Loading…
Reference in New Issue