Skip to content

Commit a0511a1

Browse files
cortinicofacebook-github-bot
authored andcommitted
Attempt to fix CircleCI by bumping CMake to 3.18.1 (#33382)
Summary: I accidentally broke CircleCI. This PR attempts to fix it by setting the requested CMake version to `3.18.1`. We might have to bump the Docker image to fix this instead. ## Changelog [Internal] - Attempt to fix CircleCI by bumping CMake to 3.18.1 Pull Request resolved: #33382 Test Plan: Will rely on Green CircleCI Reviewed By: motiz88 Differential Revision: D34679269 Pulled By: cortinico fbshipit-source-id: 2addb0914d900c5e712e905cf14a54d6028cf417
1 parent 29aed08 commit a0511a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/hermes-engine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ android {
120120

121121
externalNativeBuild {
122122
cmake {
123-
version "3.10.2"
123+
version "3.18.1"
124124
path "$hermesDir/CMakeLists.txt"
125125
}
126126
}

0 commit comments

Comments
 (0)