Skip to content

Commit

Permalink
ci: build motis with mimalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Dec 18, 2024
1 parent db5cf2f commit 8f3ec16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/motis-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- git clone https://github.com/motis-project/motis -b $MOTIS_TAG motis-src
- mkdir -p motis-src/build
- export flags="-static -O3 -fomit-frame-pointer -march=haswell -mabm -maes -flto"
- cmake -DCMAKE_BUILD_TYPE=Release -DMOTIS_MIMALLOC=OFF -DCMAKE_CXX_FLAGS="$flags" -DCMAKE_C_FLAGS="$flags" -GNinja -DNO_BUILDCACHE=ON -Bmotis-src/build -Smotis-src
- cmake -DCMAKE_BUILD_TYPE=Release -DMOTIS_MIMALLOC=ON -DCMAKE_CXX_FLAGS="$flags" -DCMAKE_C_FLAGS="$flags" -GNinja -DNO_BUILDCACHE=ON -Bmotis-src/build -Smotis-src
- ninja -C motis-src/build motis motis-test motis-web-ui
- mkdir -p motis-out
- mv motis-src/build/motis motis-out/motis
Expand Down

0 comments on commit 8f3ec16

Please sign in to comment.