Commit 833ae56
ENH: Update ExternalProjectDependency based on commontk/Artichoke@00601c2
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 <sam.horvath@kitware.com>1 parent 079fd1e commit 833ae56
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
532 | 541 | | |
533 | 542 | | |
534 | 543 | | |
| |||
643 | 652 | | |
644 | 653 | | |
645 | 654 | | |
646 | | - | |
| 655 | + | |
647 | 656 | | |
648 | 657 | | |
649 | 658 | | |
| |||
0 commit comments