mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:07:30 +03:00
GHA/linux: tidy up AWS-LC local build
To sync with other builds and to use `-B` to avoid a cmake warning and future breakage. Closes #18757
This commit is contained in:
parent
95e50ad694
commit
16f721443a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
|
|
@ -503,9 +503,8 @@ jobs:
|
|||
run: |
|
||||
curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 120 --retry 6 --retry-connrefused \
|
||||
--location "https://github.com/awslabs/aws-lc/archive/refs/tags/v${AWSLC_VERSION}.tar.gz" | tar -xz
|
||||
mkdir "aws-lc-${AWSLC_VERSION}-build"
|
||||
cd "aws-lc-${AWSLC_VERSION}-build"
|
||||
cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/home/runner/awslc "../aws-lc-${AWSLC_VERSION}" -DBUILD_TOOL=OFF -DBUILD_TESTING=OFF
|
||||
cd "aws-lc-${AWSLC_VERSION}"
|
||||
cmake -B . -G Ninja -DCMAKE_INSTALL_PREFIX=/home/runner/awslc -DBUILD_TOOL=OFF -DBUILD_TESTING=OFF
|
||||
cmake --build .
|
||||
cmake --install .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue