wip
This commit is contained in:
parent
e7b7f75863
commit
a55ae8fe86
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -756,6 +756,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo mount -t tmpfs -o size=4g none /opt/benchmarks
|
sudo mount -t tmpfs -o size=4g none /opt/benchmarks
|
||||||
cp -rf pr/build /opt/benchmarks/build
|
cp -rf pr/build /opt/benchmarks/build
|
||||||
|
cp -rf pr/lib /opt/benchmarks/lib
|
||||||
mkdir -p /opt/benchmarks/test
|
mkdir -p /opt/benchmarks/test
|
||||||
cp -rf pr/test/data /opt/benchmarks/test/data
|
cp -rf pr/test/data /opt/benchmarks/test/data
|
||||||
cp -rf pr/profiles /opt/benchmarks/profiles
|
cp -rf pr/profiles /opt/benchmarks/profiles
|
||||||
@ -766,6 +767,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo mount -t tmpfs -o size=4g none /opt/benchmarks
|
sudo mount -t tmpfs -o size=4g none /opt/benchmarks
|
||||||
cp -rf base/build /opt/benchmarks/build
|
cp -rf base/build /opt/benchmarks/build
|
||||||
|
cp -rf base/lib /opt/benchmarks/lib
|
||||||
mkdir -p /opt/benchmarks/test
|
mkdir -p /opt/benchmarks/test
|
||||||
cp -rf base/test/data /opt/benchmarks/test/data
|
cp -rf base/test/data /opt/benchmarks/test/data
|
||||||
cp -rf base/profiles /opt/benchmarks/profiles
|
cp -rf base/profiles /opt/benchmarks/profiles
|
||||||
|
Loading…
Reference in New Issue
Block a user