10000 Add preload · arangodb/arangodb@9de436f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9de436f

Browse files
committed
Add preload
1 parent 7674b4c commit 9de436f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/base_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ jobs:
559559
echo "Architecture is $ARCH"
560560
if test "$ARCH" == "aarch64"; then
561561
echo "Setting aarch64 enviroment for OMP"
562+
export LD_PRELOAD=$PWD/arangodb/libomp.so
562563
fi
563564
export KMP_AFFINITY=disabled
564565
export OMP_NUM_THREADS=1
@@ -617,6 +618,7 @@ jobs:
617618
echo "Architecture is $ARCH"
618619
if test "$ARCH" == "aarch64"; then
619620
echo "Setting aarch64 enviroment for OMP"
621+
export LD_PRELOAD=$PWD/arangodb/libomp.so
620622
fi
621623
export KMP_AFFINITY=disabled
622624
export OMP_NUM_THREADS=1
@@ -683,6 +685,7 @@ jobs:
683685
echo "Architecture is $ARCH"
684686
if test "$ARCH" == "aarch64"; then
685687
echo "Setting aarch64 enviroment for OMP"
688+
export LD_PRELOAD=$PWD/arangodb/libomp.so
686689
fi
687690
export KMP_AFFINITY=disabled
688691
export OMP_NUM_THREADS=1

0 commit comments

Comments
 (0)
0