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 to 820afa2b7c #15030
Follow-up to 73a3602120
Closes #15130
This commit is contained in:
Viktor Szakats
2024-10-02 23:46:29 +02:00
parent 51d4b19cec
commit fe0ee11678
4 changed files with 15 additions and 22 deletions

View File

@@ -49,7 +49,7 @@
{
"customType": "regex",
"fileMatch": [
"^.github/scripts/VERSIONS$"
".circleci/config.yml"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VER=(?<currentValue>.*)\\s"