Fix new seccomp filtering issues (#1011)
* 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
This commit is contained in:
parent
b0f4ffd07d
commit
45271ea73e
@ -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
|
||||
@ -345,4 +345,4 @@ workflows:
|
||||
requires:
|
||||
- test_unit
|
||||
- test_instrumented
|
||||
- build_production_release
|
||||
- build_production_release
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user