Skip to content

Commit

Permalink
update rclone version to 1.62.2 for a reproducibility-test
Browse files Browse the repository at this point in the history
disable non arm64 rclone builds
  • Loading branch information
newhinton committed Nov 10, 2023
1 parent 24e5f09 commit 67c7c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M"
android.enableJetifier=false
android.useAndroidX=true
de.felixnuesse.extract.goVersion=1.19.8
de.felixnuesse.extract.rCloneVersion=1.61.1
de.felixnuesse.extract.rCloneVersion=1.62.2
de.felixnuesse.extract.ndkVersion=25.2.9519653
de.felixnuesse.extract.ndkToolchainVersion=33
android.defaults.buildfeatures.buildconfig=true
Expand Down
3 changes: 2 additions & 1 deletion rclone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ task buildx64(dependsOn: checkoutRclone) {
}

task buildAll {
dependsOn buildArm, buildArm64, buildx86, buildx64
//dependsOn buildArm, buildArm64, buildx86, buildx64
dependsOn buildArm64
}

task clean {
Expand Down

0 comments on commit 67c7c83

Please sign in to comment.