Skip to content

Commit 5c90301

Browse files
committed
Fix ppc64le build by increasing stacksize
1 parent aec706b commit 5c90301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ jobs:
148148
cd /volk
149149
cd build
150150
cmake -DCMAKE_CXX_FLAGS="-Werror" -DBUILD_EXECUTABLE=ON ${{ matrix.cmakeargs }} ..
151+
ulimit -n 4096
152+
ulimit -Hn 8192
151153
echo "Build with $(nproc) thread(s)"
152154
make -j$(nproc)
153155
if [ -f ./cpu_features/list_cpu_features ]; then

0 commit comments

Comments
 (0)