mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +03:00
GHA/linux: fix wolfSSL version in cache key
This needs the version in the GHA context, so move those back from external file `VERSIONS`. Also move back `VERSIONS` content in it previous place to `.circleci/config.yml`. Update renovate config. Renovate bot should keep updating the wolfSSL version, but from now on not in one, but two files. Follow-up to820afa2b7c#15030 Follow-up to73a3602120Closes #15130
This commit is contained in:
parent
51d4b19cec
commit
fe0ee11678
4 changed files with 15 additions and 22 deletions
|
|
@ -51,7 +51,8 @@ commands:
|
|||
steps:
|
||||
- run:
|
||||
command: |
|
||||
source .github/scripts/VERSIONS
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
WOLFSSL_VER=5.6.0
|
||||
echo "Installing wolfSSL $WOLFSSL_VER"
|
||||
curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.tar.gz
|
||||
tar -xzf v$WOLFSSL_VER-stable.tar.gz
|
||||
|
|
@ -64,7 +65,8 @@ commands:
|
|||
steps:
|
||||
- run:
|
||||
command: |
|
||||
source .github/scripts/VERSIONS
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
WOLFSSH_VER=1.4.12
|
||||
echo "Installing wolfSSH $WOLFSSH_VER"
|
||||
curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssh/archive/v$WOLFSSH_VER-stable.tar.gz
|
||||
tar -xzf v$WOLFSSH_VER-stable.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue