Update .drone.yml

This commit is contained in:
Martin Kroeker 2020-04-09 21:38:17 +02:00 committed by GitHub
parent 54973cca1b
commit 417eb28517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ steps:
environment:
CC: gcc
OMP_NUM_THREADS: 96
COMMON_FLAGS: 'USE_OPENMP=1'
COMMON_FLAGS: 'USE_OPENMP=1 DYNAMIC_ARCH=1 TARGET=ARMV8'
commands:
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
- apt-get update -y