Skip to content

firestore.cmake: go back to the old set(version X.Y.Z) syntax #899

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

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

dconeybe
Copy link
Contributor

There were some major changes to firestore.cmake in #855, including replacing the line

set(version CocoaPods-8.12.1)

with

GetReleasedDep("CocoaPods-8.12.1")

However, the update-dependencies.yml workflow had the old syntax hardcoded:

sed -i~ "s/^set(version [^)]*)/set(version CocoaPods-${firestore_version})/i" cmake/external/firestore.cmake

This discrepancy caused the update of the Firestore SDK to be missed in #893.

This PR changes firestore.cmake back to the old syntax, and adds a comment so that this will be more difficult to mess up in the future.

@dconeybe dconeybe added api: firestore skip-release-notes Skip release notes check labels Apr 15, 2022
@dconeybe dconeybe self-assigned this Apr 15, 2022
@dconeybe dconeybe added the tests-requested: quick Trigger a quick set of integration tests. label Apr 15, 2022
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. and removed tests-requested: quick Trigger a quick set of integration tests. labels Apr 15, 2022
@github-actions
Copy link

github-actions bot commented Apr 15, 2022

✅  Integration test succeeded!

Requested by @jonsimantov on commit fb2d1cc
Last updated: Mon Apr 18 11:42 PDT 2022
View integration test log & download artifacts

@github-actions github-actions bot added the tests: failed This PR's integration tests failed. label Apr 15, 2022
@dconeybe dconeybe requested a review from jonsimantov April 15, 2022 04:27
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Apr 15, 2022
@github-actions github-actions bot added the tests: succeeded This PR's integration tests succeeded. label Apr 15, 2022
@dconeybe dconeybe removed the tests: failed This PR's integration tests failed. label Apr 15, 2022
@jonsimantov jonsimantov merged commit fb2d1cc into main Apr 18, 2022
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. tests: succeeded This PR's integration tests succeeded. and removed tests: succeeded This PR's integration tests succeeded. labels Apr 18, 2022
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Apr 18, 2022
@dconeybe dconeybe deleted the dconeybe/FirestoreCmakeSetVersionVariable branch April 19, 2022 19:28
@firebase firebase locked and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: firestore skip-release-notes Skip release notes check tests: succeeded This PR's integration tests succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants