Skip to content

Commit 9152599

Browse files
committed
Update certify to remove boost::system dependency
1 parent 069edf1 commit 9152599

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/actions/install-boost/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ runs:
3939
if: runner.os == 'macOS'
4040
shell: bash
4141
run: |
42-
brew install boost@1.85
43-
brew link boost@1.85
44-
# echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
42+
brew install boost
43+
echo "BOOST_ROOT=$(brew --prefix boost)" >> $GITHUB_OUTPUT
4544
4645
- name: Determine root
4746
id: determine-root

vendor/foxy/cmake/certify.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif ()
1010

1111
FetchContent_Declare(certify
1212
GIT_REPOSITORY https://github.com/launchdarkly/certify.git
13-
GIT_TAG f8578ace64a2b832e75657cc6fd60bb9260c57ad
13+
GIT_TAG 71023298ae232ee01cc7c4c80ea19b7b12bfeb19
1414
)
1515

1616
# The tests in certify don't compile.

0 commit comments

Comments
 (0)