File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
autoconf --version
21
21
- run : |
22
22
./bootstrap.sh
23
- ./configure --with-asan --with-ubsan
23
+ mkdir build && cd build
24
+ ../configure --with-asan --with-ubsan
24
25
make -j$(nproc) check
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ for arch in ppc64 ppc64le; do
6
6
rm -rf ${SCRATCH}
7
7
mkdir -p ${SCRATCH}
8
8
9
- cp endianness/${arch} /main endianness/${arch} /libtest.so ${SCRATCH} /
9
+ cp ${srcdir} / endianness/${arch} /main ${srcdir} / endianness/${arch} /libtest.so ${SCRATCH} /
10
10
11
11
rpath=" ${PWD} /${SCRATCH} "
12
12
@@ -19,6 +19,6 @@ for arch in ppc64 ppc64le; do
19
19
# check whether rpath is still present
20
20
if ! ${PATCHELF} --print-rpath ${SCRATCH} /main-shrunk | grep -q " $rpath " ; then
21
21
echo " rpath was removed for ${arch} "
22
- exit 1
22
+ exit 1
23
23
fi
24
24
done
You can’t perform that action at this time.
0 commit comments