Exemplar updates since 2026-04-05#38
Merged
ednolan merged 1 commit intobemanproject:mainfrom Apr 27, 2026
Merged
Conversation
Bump infra-workflows from 1.5.0 to 1.5.1 in all GitHub Actions workflow files. Bump infra-workflows version from 1.5.1 to 1.5.2 in all GitHub Actions workflow files (fixes deprecated Node.js v20 actions). Add build telemetry support: include BuildTelemetryConfig.cmake and call configure_build_telemetry() in CMakeLists.txt; update infra to commit dfdb103 (adds BuildTelemetry.cmake, BuildTelemetryConfig.cmake, telemetry.sh; updates beman-install-library.cmake, Config.cmake.in, use-fetch-content.cmake, .pre-commit-config.yaml, README.md). Bump infra-workflows version from 1.5.2 to 1.5.3 in all GitHub Actions workflow files. Remove explicit args from beman-tidy pre-commit hook to use defaults instead of ["." "--verbose" "--require-all"]. Split Clang 18/17 CI matrix entry into separate entries, restoring Clang 18 + libstdc++ + c++23 test (exemplar 26982cd907aa137d046ed536dd1b2db4fbc16f03) b1e7015b1bd62ce5b20009cec7ee98ba5c783818: Remove beman-tidy pre-commit hook from .pre-commit-config.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump infra-workflows from 1.5.0 to 1.5.1 in all GitHub Actions workflow files.
Bump infra-workflows version from 1.5.1 to 1.5.2 in all GitHub Actions workflow files (fixes deprecated Node.js v20 actions).
Add build telemetry support: include BuildTelemetryConfig.cmake and call configure_build_telemetry() in CMakeLists.txt; update infra to commit dfdb103 (adds BuildTelemetry.cmake, BuildTelemetryConfig.cmake, telemetry.sh; updates beman-install-library.cmake, Config.cmake.in, use-fetch-content.cmake, .pre-commit-config.yaml, README.md).
Bump infra-workflows version from 1.5.2 to 1.5.3 in all GitHub Actions workflow files.
Remove explicit args from beman-tidy pre-commit hook to use defaults instead of ["." "--verbose" "--require-all"].
Split Clang 18/17 CI matrix entry into separate entries, restoring Clang 18 + libstdc++ + c++23 test (exemplar 26982cd907aa137d046ed536dd1b2db4fbc16f03)