Skip to content

Commit

Permalink
Fix new seccomp filtering issues (#1011)
Browse files Browse the repository at this point in the history
* refetched assets to get a new proot version which should fix some seccomp filtering issues

* try to lock which image we are using for circle
  • Loading branch information
corbinlc authored Aug 16, 2019
1 parent b0f4ffd commit 45271ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ reference:
android_config: &android_config
working_directory: *workspace
docker:
- image: circleci/android:api-28-ndk
- image: circleci/android@sha256:fa7a00c75f4b28cc4f2a15a382fb76e830d62a77efd1a3f8549f7f5fdad4ca44
environment:
TERM: dumb
# Limit JVM heap size to prevent exceeding container memory
Expand Down Expand Up @@ -345,4 +345,4 @@ workflows:
requires:
- test_unit
- test_instrumented
- build_production_release
- build_production_release
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ ext.architectures = ["armeabi-v7a", "arm64-v8a", "x86", "x86_64"]
ext.libDir = "$project.projectDir/src/main/jniLibs"

task downloadAssets(type: Download) {
def assetVersion = "v1.0.1"
def assetVersion = "v1.0.3"
def baseUrl = "https://github.com/CypherpunkArmory/UserLAnd-Assets-Support/releases/download/$assetVersion"
for (arch in architectures) {
src "$baseUrl/$arch-assets.zip"
Expand Down

0 comments on commit 45271ea

Please sign in to comment.