Browse Source

See if ubuntu 19.04 fixes the ICE

tags/v0.3.7
Isuru Fernando 6 years ago
parent
commit
e3cb8ad2d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -8,7 +8,7 @@ platform:

steps:
- name: Build and Test
image: ubuntu:18.04
image: ubuntu:19.04
environment:
CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'


Loading…
Cancel
Save