mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
GHA/linux: tidy up msh3 build step
Ninja does not improve msh3 build speed on GHA/linux: https://github.com/curl/curl/actions/runs/11020206432/job/30604509300 Cherry-picked from #15023
This commit is contained in:
parent
b4cf21b45d
commit
ed766751cc
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@ -476,9 +476,9 @@ jobs:
|
||||
- name: 'build msh3'
|
||||
if: contains(matrix.build.install_steps, 'msh3') && steps.cache-msh3.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
git clone --quiet -b v${{ env.msh3-version }} --depth=1 --recursive https://github.com/nibanks/msh3
|
||||
cd msh3 && mkdir build && cd build
|
||||
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$HOME/msh3 ..
|
||||
git clone --quiet --depth=1 -b v${{ env.msh3-version }} --recursive https://github.com/nibanks/msh3
|
||||
cd msh3
|
||||
cmake -B . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$HOME/msh3
|
||||
cmake --build .
|
||||
cmake --install .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user