Skip to content

Commit b9d095e

Browse files
wip
1 parent 1bf831a commit b9d095e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -719,18 +719,18 @@ jobs:
719719
# make -j$(nproc) benchmarks
720720
# cd ..
721721
# make -C test/data
722-
- name: Build PR Branch
723-
run: |
724-
cd pr
725-
npm ci --ignore-scripts
726-
cd ..
727-
mkdir -p pr/build
728-
cd pr/build
729-
cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON ..
730-
make -j$(nproc)
731-
make -j$(nproc) benchmarks
732-
cd ..
733-
make -C test/data
722+
# - name: Build PR Branch
723+
# run: |
724+
# cd pr
725+
# npm ci --ignore-scripts
726+
# cd ..
727+
# mkdir -p pr/build
728+
# cd pr/build
729+
# cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=ON ..
730+
# make -j$(nproc)
731+
# make -j$(nproc) benchmarks
732+
# cd ..
733+
# make -C test/data
734734
# we run benchmarks in tmpfs to avoid impact of disk IO
735735
- name: Create folder for tmpfs
736736
run: |

0 commit comments

Comments
 (0)