aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | ci: update vmactions/freebsd-vm action to v1.4.6renovate[bot]2026-06-061-2/+2
|/
* ci: update github/codeql-action action to v4.36.0renovate[bot]2026-05-301-1/+1
|
*-. Land #1287, #1288: update fedora/rawhide, solaris-vmTheo Buehler2026-05-302-2/+2
|\ \
| | * ci: update fedora:rawhide Docker digest to 0c1f63erenovate[bot]2026-05-301-1/+1
| |/ |/|
| * ci: update vmactions/solaris-vm action to v1.3.6renovate[bot]2026-05-301-1/+1
|/
* ci: update vmactions/solaris-vm action to v1.3.4renovate[bot]2026-05-271-1/+1
|
* allow releases to be retriggered on failureBrent Cook2026-05-251-0/+1
| | | | This just gives us a manual rerun option.
* ci: update github/codeql-action action to v4.35.5renovate[bot]2026-05-231-1/+1
|
* CI: prepare move of COVERITY_SCAN_TOKEN to environmentTheo Buehler2026-05-121-0/+3
| | | | | There is no need for this to be a repository secret as only the coverity workflow needs this.
* ci: update github/codeql-action action to v4.35.4renovate[bot]2026-05-101-1/+1
|
* Land #1275 - codeql-action v4.35.3Theo Buehler2026-05-091-1/+1
|\
| * ci: update github/codeql-action action to v4.35.3renovate[bot]2026-05-091-1/+1
| |
* | ci: rework release workflow for immutable releasesJoshua Sing2026-05-041-22/+47
|/ | | | | | | | | | | | | | | | | | | | | | | Switch the release workflow to create a draft release, and upload the build artifacts to the draft, using the gh CLI instead of softprops/action-gh-release. This prepares for enabling immutable releases, which require all assets to be uploaded prior to publishing. The release process now requires a maintainer to manually publish the draft release once all CI artifacts have been uploaded and any remaining assets (e.g. the source tarball, checksums and signatures files) have been attached. While modifying release.yml: - Tighten workflow permissions: default to no permissions and grant contents: write to both jobs. - Set persist-credentials: false on actions/checkout so the GITHUB_TOKEN is not left in .git/config during runs. - Set cancel-in-progress: false to prevent a second tag push from canceling an already-running workflow and leaving a dangling release. - Move all ${{ ... }} expressions in run blocks into env to avoid shell interpolation of workflow context values. - Add name key to every step in build-windows.
* ci: update fedora:rawhide Docker digest to 8b838b3renovate[bot]2026-05-021-1/+1
|
*---. Land #1263, #1264, #1265 - update dependenciesTheo Buehler2026-04-254-6/+6
|\ \ \
| | | * ci: update softprops/action-gh-release action to v3renovate[bot]2026-04-231-2/+2
| |_|/ |/| |
| | * ci: pin fedora Docker tag to af8cdc4renovate[bot]2026-04-251-1/+1
| |/ |/|
| * ci: update msys2/setup-msys2 action to v2.31.1renovate[bot]2026-04-253-3/+3
|/
*-----------. Land #1256 #1257 #1258 #1259 #1260 #1261 #1262 - update all the thingsTheo Buehler2026-04-2013-27/+27
|\ \ \ \ \ \ \
| | | | | | | * ci: update vmactions/solaris-vm action to v1.3.3renovate[bot]2026-04-201-1/+1
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | * ci: update vmactions/freebsd-vm action to v1.4.5renovate[bot]2026-04-201-2/+2
| |_|_|_|_|/ |/| | | | |
| | | | | * ci: update mymindstorm/setup-emsdk action to v16renovate[bot]2026-04-201-2/+2
| |_|_|_|/ |/| | | |
| | | | * ci: update msys2/setup-msys2 action to v2.31.0renovate[bot]2026-04-203-3/+3
| |_|_|/ |/| | |
| | | * ci: update actions/upload-artifact action to v7renovate[bot]2026-04-202-2/+2
| |_|/ |/| |
| | * ci: update github/codeql-action action to v4.35.2renovate[bot]2026-04-201-1/+1
| |/ |/|
| * ci: update actions/checkout action to v6.0.2renovate[bot]2026-04-2012-16/+16
|/
* ci: improve cifuzz workflowJoshua Sing2026-04-131-23/+36
|
* ci: run tests on macos-26Joshua Sing2026-03-011-1/+1
|
* ci: update and pin github actionsJoshua Sing2025-12-1813-28/+28
|
* Remove macos-13 CITheo Buehler2025-11-071-1/+1
| | | | https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
* Revert "CI: Apply EVP const_ptr patch for LibreSSL < 4.2.0"Kenjiro Nakayama2025-10-141-4/+0
| | | | This reverts commit 5bcf54058d62ca1f197616ee344d05fbb3e34e21.
* CI: introduce ubuntu-24.04 on arm64Ilia Shipitsin2025-08-081-2/+10
| | | | reference: https://github.com/actions/partner-runner-images
* CI: Apply EVP const_ptr patch for LibreSSL < 4.2.0Kenjiro Nakayama2025-07-301-0/+4
| | | | | | | | | | | | In the GitHub Actions workflow for rust-openssl testing, apply the patch used in OpenBSD ports to support EVP_PKEY_get1_* APIs with const_ptr. This ensures that the build succeeds before the official version bump to libressl420. This is a temporary workaround to keep the tests passing until 4.2.0 release. Fix https://github.com/libressl/portable/issues/1187
* Replace wget -c -N with wget -nvTheo Buehler2025-06-131-1/+1
| | | | https://github.com/rpki-client/rpki-client-portable/commit/54a687e045ea381466f8c7628ba64fd79a0bfdec
* Update Windows CI runner to 2025Theo Buehler2025-05-311-3/+4
| | | | | | Fixes #1172 Change-Id: I6a6a6964447afd42de3911d945671e44f0329d41
* Sync opensslconf.h, add crypto_arch.h for mipsTheo Buehler2025-04-121-1/+1
| | | | | | | This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110
* scripts/test: use lib64 for loongarch64Joshua Sing2025-04-131-1/+1
|
* ci: print test suite log on failureJoshua Sing2025-04-131-1/+1
|
* ci: only test loong64 on ubuntu-24.04Joshua Sing2025-04-131-5/+4
| | | | | Versions of Ubuntu prior to 24.04 do not have the g++{,-14}-loongarch64-linux-gnu package.
* ci: add universe apt repository for loong64 runsJoshua Sing2025-04-121-0/+4
|
* ci: test on loongarch64Joshua Sing2025-04-121-1/+1
|
* add gawk to fedora-rawhide workflowTheo Buehler2025-03-311-1/+1
|
* ci: remove use of ubuntu-20.04 runner imageJoshua Sing2025-02-121-4/+1
|
* ci: change cmake workflow name to match othersJoshua Sing2025-01-111-3/+3
|
* ci: improve cmake config workflowJoshua Sing2025-01-112-89/+98
|
* What happens on ubuntu-24.04?Theo Buehler2025-01-0911-13/+13
| | | | | | Actions have been issuing annoying warnings about ubuntu-24.04 becoming the default for ubuntu-latest for some definition of "soon". Let's see if we care.
* unset CC only for mingw and arm32Kenjiro Nakayama2024-12-181-0/+3
| | | | | | | Since `scripts/test` always unset "CC", the github action for "clang" in Linux does not use clang unintentionally. This patch unset CC only for mingw{32,64} and arm32.
* ci: add freebsd workflowJoshua Sing2024-10-151-0/+71
|
* CI: bump macos-12 to 15Theo Buehler2024-10-111-1/+1
| | | | https://github.com/actions/runner-images/issues/10721
* Land #1084, Append version to dll on CMakeBrent Cook2024-10-011-1/+1
|\