File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -559,6 +559,7 @@ jobs:
559
559
echo "Architecture is $ARCH"
560
560
if test "$ARCH" == "aarch64"; then
561
561
echo "Setting aarch64 enviroment for OMP"
562
+ export LD_PRELOAD=$PWD/arangodb/libomp.so
562
563
fi
563
564
export KMP_AFFINITY=disabled
564
565
export OMP_NUM_THREADS=1
@@ -617,6 +618,7 @@ jobs:
617
618
echo "Architecture is $ARCH"
618
619
if test "$ARCH" == "aarch64"; then
619
620
echo "Setting aarch64 enviroment for OMP"
621
+ export LD_PRELOAD=$PWD/arangodb/libomp.so
620
622
fi
621
623
export KMP_AFFINITY=disabled
622
624
export OMP_NUM_THREADS=1
@@ -683,6 +685,7 @@ jobs:
683
685
echo "Architecture is $ARCH"
684
686
if test "$ARCH" == "aarch64"; then
685
687
echo "Setting aarch64 enviroment for OMP"
688
+ export LD_PRELOAD=$PWD/arangodb/libomp.so
686
689
fi
687
690
export KMP_AFFINITY=disabled
688
691
export OMP_NUM_THREADS=1
You can’t perform that action at this time.
0 commit comments