mirror of
https://github.com/curl/curl.git
synced 2026-05-01 21:47:53 +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
9
.github/scripts/VERSIONS
vendored
9
.github/scripts/VERSIONS
vendored
|
|
@ -1,9 +0,0 @@
|
|||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
WOLFSSL_VER=5.7.2
|
||||
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
WOLFSSH_VER=1.4.17
|
||||
Loading…
Add table
Add a link
Reference in a new issue