Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lukka/run-cmake from 3 to 10 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps lukka/run-cmake from 3 to 10.

Release notes

Sourced from lukka/run-cmake's releases.

run-cmake@v10 - Support for CMakePreset.json

Changes:

  • Redesigned the inputs to support CMakePresets.json. All build/test process must be driven by the CMakePresets.json file, which ensures reproducible builds locally on your development machine, and remotely on build agents.
  • Simplified the codebase to make maintainability much easier with the following changes:
    • Dropped support for CMakeSettings.json, advanced and basic modes.
    • Dropped any http download of Ninja. The get-cmake action must be used instead.

run-cmake v3.3

Changes:

  • update the quickstart documentation to show how to properly use run-vcpkg and run-cmake to properly handle the vcpkg.json manifest file and cache the vcpkg artifacts.
  • consuming more recent version of dependencies.

Note: to keep your workflow up to date with bug and security fixes, just use v3 branch to stay on the most recent v3.x version of this action, e.g., uses: lukka/run-cmake@v3

Commits
  • b51acb4 Add the project template to README.md
  • 21f996f fix samples link
  • 37e7526 add a note about always using the version of the run-cmake action.
  • 713a41d cmake presets first class citizen! (#57)
  • 37910ad Bump actions/setup-node from 2.4.0 to 2.4.1 (#56)
  • e5474b8 Bump actions/setup-node from 2.3.0 to 2.4.0 (#53)
  • 39230e7 Bump actions/checkout from 1 to 2.3.4 (#52)
  • fc0a385 Bump actions/setup-node from 1 to 2.3.0 (#51)
  • 09f6cb2 Update build-test.yml (#49)
  • 45b42bd Create dependabot.yml (#50)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lukka/run-cmake](https://github.com/lukka/run-cmake) from 3 to 10.
- [Release notes](https://github.com/lukka/run-cmake/releases)
- [Commits](lukka/run-cmake@v3...v10)

---
updated-dependencies:
- dependency-name: lukka/run-cmake
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2022
iguessthislldo added a commit that referenced this pull request Mar 14, 2024
iguessthislldo pushed a commit that referenced this pull request Apr 11, 2024
…TIME.

This only includes configuration, CI, and documentation changes.

Squashed commit of the following:

commit 77d7689
Merge: 2ba1797 0f79a06
Author: Adam Mitz <[email protected]>
Date:   Fri Mar 22 09:51:00 2024 -0500

    Merge branch 'master' into boottime

    # Conflicts:
    #	cmake/init.cmake
    #	configure

commit 2ba1797
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 17:20:58 2024 -0600

    updated lint config

commit 819665d
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 17:18:17 2024 -0600

    corrected CMakeLists

commit bb92bf2
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 15:56:34 2024 -0600

    Update configure

    Co-authored-by: Son Dinh <[email protected]>

commit 5151414
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 15:55:01 2024 -0600

    Specialize the ACE_Condition_Attributes_T template

commit 9ae1d8e
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 09:35:02 2024 -0600

    Added export macro

commit 8dbd712
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 08:56:48 2024 -0600

    fixed perl closure

commit 419547e
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 08:52:16 2024 -0600

    Add to dds/CMakeLists.txt

commit 073d23d
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 08:51:46 2024 -0600

    fixed perl closure

commit 4a2e359
Author: Adam Mitz <[email protected]>
Date:   Wed Feb 28 08:28:34 2024 -0600

    try the new configs in CI

commit 2777735
Author: Adam Mitz <[email protected]>
Date:   Tue Feb 27 14:40:33 2024 -0600

    Moved content in devguide

commit 013c2ca
Author: Adam Mitz <[email protected]>
Date:   Tue Feb 27 13:24:23 2024 -0600

    Apply suggestions from code review

    Co-authored-by: Fred Hornsey <[email protected]>

commit 9198ab4
Author: Adam Mitz <[email protected]>
Date:   Tue Feb 27 12:49:36 2024 -0600

    NEWS for this change

commit 63324e1
Author: Adam Mitz <[email protected]>
Date:   Tue Feb 27 12:48:07 2024 -0600

    Update docs/devguide/building/cmake.rst

    Co-authored-by: Justin Wilson <[email protected]>

commit 518a430
Author: Adam Mitz <[email protected]>
Date:   Tue Feb 27 08:58:39 2024 -0600

    Configure boottime from CMake

commit ef251c8
Author: Adam Mitz <[email protected]>
Date:   Tue Feb 27 08:58:23 2024 -0600

    Updated build docs

commit c1757ef
Author: Fred Hornsey <[email protected]>
Date:   Mon Feb 26 17:45:48 2024 -0600

    Set `OPENDDS_CONFIG_` values in CMake (#37)

commit fb36518
Author: Adam Mitz <[email protected]>
Date:   Mon Feb 26 15:29:12 2024 -0600

    Update lint regex for gettimeofday to be more selective

commit 8506a96
Author: Adam Mitz <[email protected]>
Date:   Fri Feb 23 17:15:31 2024 -0600

    Optionally use CLOCK_BOOTTIME for monotonic time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants