You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes ensures BUILD_JOB_SERVER_AWARE option is set on each external
projects for CMake >= 3.28 and above. It addresses the `gmake[N]: *** read
jobs pipe: Bad file descriptor.` issue associated with the build command.
List of changes:
```
$ git shortlog dff357a..00601c2 --no-merges
Jean-Christophe Fillion-Robin (19):
style: Fix typos identified using codespell
ci: Add "codespell" GitHub Actions workflow
ci: Update CI workflow runner from ubuntu-20.04 to ubuntu-22.04
ci: Update CI workflow to test newer CMake versions >= 3.28.x
ci: Ensure all jobs run independently of failure
ci: Update CI workflow to report installed CMake version
ci: Fix ctest execution for CMake >= 3.30 passing an empty string as label to exclude
ci: Support testing using CMake >= 4.0
ci: Update CI workflow pinning GitHub actions to full-length commit SHA
ci: Add dependabot configuration files
ci: Add convenient "pass" job to streamline branch protection
ci: Retire CircleCI
ci: Update GitHub workflow to run tests in selected docker containers
ci: Test against "dockbuild/almalinux8-devtoolset14-gcc14" container
ci: Fix execution steps in container tests using GITHUB_WORKSPACE env var
ci: Retire testing of "dockbuild/centos7-devtoolset7-gcc7" docker env
tests: Change "add_project_test" from macro to function
ExternalProjectDependency: Ensure BUILD_JOB_SERVER_AWARE options is set
tests: Add IncludeDependencies-JOB_SERVER_AWARE-Test
dependabot[bot] (1):
Bump the actions group with 3 updates
```
Co-authored-by: Sam Horvath <[email protected]>
0 commit comments