Skip to content

Commit 3d0e347

Browse files
committed
Revert "use boost tar on linux too"
This reverts commit b98974f.
1 parent c3c6e17 commit 3d0e347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def thirdPartyNdkDir = new File("$buildDir/third-party-ndk")
3737
def reactNativeRootDir = projectDir.parent
3838

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

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

0 commit comments

Comments
 (0)