#
6b440704 |
| 23-Oct-2024 |
Viktor Szakats |
GHA: drop "3" from openssl names and keys Also: - drop patch suffix from cache key for thread-sanitizer local build Follow-up to 73d2779196f5b4d5b45945e06b4bbdec11b6d921 #15379
GHA: drop "3" from openssl names and keys Also: - drop patch suffix from cache key for thread-sanitizer local build Follow-up to 73d2779196f5b4d5b45945e06b4bbdec11b6d921 #15379 Closes #15383
show more ...
|
#
e43d37c5 |
| 22-Oct-2024 |
Max Dymond |
ci: fix renovate's matching for OpenSSL and quictls Renovate only matches on the raw version numbers of a package, but OpenSSL includes `openssl-` as a prefix in the version number. This
ci: fix renovate's matching for OpenSSL and quictls Renovate only matches on the raw version numbers of a package, but OpenSSL includes `openssl-` as a prefix in the version number. This change means that the match string now expects the `openssl-` prefix and will just update the version portion. This also updates quictls so that renovate can detect and update the version correctly. Closes #15359
show more ...
|
#
fe0ee116 |
| 02-Oct-2024 |
Viktor Szakats |
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
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 820afa2b7cb33a0daaca5b61e8755546b46136d5 #15030 Follow-up to 73a36021207284ad2b4340ffde34a51b0ba4d47a Closes #15130
show more ...
|
#
a8174176 |
| 21-May-2024 |
Tatsuhiro Tsujikawa |
GHA: unify http3 workflows into one This commit unifies the following http3 workflows into http3-linux.yml: - ngtcp2-linux.yml - osslq-linux.yml - quiche-linux.yml
GHA: unify http3 workflows into one This commit unifies the following http3 workflows into http3-linux.yml: - ngtcp2-linux.yml - osslq-linux.yml - quiche-linux.yml The idea is better use of the build cache. Previously, they independently create caches with the same key. Some of the caches include source code and intermediate object files, which makes cache quite large. In this commit, only built artifacts are cached, which drastically reduces the cache size. OpenSSL v3, mod_h2 and quiche caches still include all stuff, but they are left for the later improvement. Because the contents of the cache have been changed, the cache keys are also changed to include the word "http3". Closes #13841
show more ...
|
#
c7b0fa41 |
| 16-May-2024 |
Max Dymond |
ci: disable Renovate dashboard The Renovate dashboard insists on an open issue, which is a problem. Disable the dashboard. Status can still be seen at https://developer.mend.io/githu
ci: disable Renovate dashboard The Renovate dashboard insists on an open issue, which is a problem. Disable the dashboard. Status can still be seen at https://developer.mend.io/github/curl/curl. Fixes #13630 Closes #13673
show more ...
|
#
6ce1d6f8 |
| 14-May-2024 |
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
CI: renovate updates - GHA: update actions/checkout action to v4 - GHA: update wolfSSL/wolfssh to v1.4.17 - GHA: update wolfSSL/wolfssl to v5.7.0 - Update the regex config in ren
CI: renovate updates - GHA: update actions/checkout action to v4 - GHA: update wolfSSL/wolfssh to v1.4.17 - GHA: update wolfSSL/wolfssl to v5.7.0 - Update the regex config in renovate.json Closes #13632 Closes #13641 Closes #13658 Closes #13659
show more ...
|
#
a884885c |
| 14-May-2024 |
Max Dymond |
ci: set semantic type as CI and include digests as CI operations Replace "chore" with "ci" for renovate's semantic type, and include digests with "pin" and "pinDigest" as ci operatio
ci: set semantic type as CI and include digests as CI operations Replace "chore" with "ci" for renovate's semantic type, and include digests with "pin" and "pinDigest" as ci operations. Closes #13644
show more ...
|
#
443d29cc |
| 14-May-2024 |
Max Dymond |
ci: reconfigure renovate - set prefix for github actions updates to be gha: - set prefix for other renovate actions to be ci: - disable debian updates in linux-old.yml
|
#
11e4ff5e |
| 13-May-2024 |
Max Dymond |
Group all non-major updates together to reduce PR spam
|
#
73a36021 |
| 13-May-2024 |
Max Dymond |
Add some basic versioning for some workflows to check whether this is detected properly
|
#
bdfe3dcd |
| 13-May-2024 |
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
Add renovate.json
|