Skip to content

Commit

Permalink
Revert "use boost tar on linux too"
Browse files Browse the repository at this point in the history
This reverts commit b98974f.
  • Loading branch information
Flewp committed Oct 10, 2023
1 parent c3c6e17 commit 3d0e347
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3d0e347

Please sign in to comment.