From c46f92b6c39bc72f5a594919e41f712127253922 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 3 Nov 2024 13:28:56 +0100 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index cf1b792d4f..70da8a2923 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -719,18 +719,18 @@ jobs: # make -j$(nproc) benchmarks # cd .. # make -C test/data - # - name: Build PR Branch - # run: | - # cd pr - # npm ci --ignore-scripts - # cd .. - # mkdir -p pr/build - # cd pr/build - # cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON .. - # make -j$(nproc) - # make -j$(nproc) benchmarks - # cd .. - # make -C test/data + - name: Build PR Branch + run: | + cd pr + npm ci --ignore-scripts + cd .. + mkdir -p pr/build + cd pr/build + cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON .. + make -j$(nproc) + make -j$(nproc) benchmarks + cd .. + make -C test/data # we run benchmarks in tmpfs to avoid impact of disk IO - name: Create folder for tmpfs run: |