Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def thirdPartyNdkDir = new File("$buildDir/third-party-ndk")
def reactNativeRootDir = projectDir.parent

// NOTE(flewp): We want CI machines to also expand a tarball instead of a zip.
def needsBoostTar = Os.isFamily(Os.FAMILY_MAC) || Os.isFamily(Os.FAMILY_UNIX) || System.getenv("CI")
def needsBoostTar = Os.isFamily(Os.FAMILY_MAC) || System.getenv("CI")
def boostExtension = needsBoostTar ? ".tar.gz" : ".zip"

// We put the publishing version from gradle.properties inside ext. so other
Expand Down