Skip to content

Commit 21acf03

Browse files
committed
Install gcc
1 parent ff80747 commit 21acf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
CC: gcc
1414
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
1515
commands:
16-
- yum -y install make
16+
- yum -y install make gcc
1717
- make QUIET_MAKE=1 $COMMON_FLAGS
1818
- make -C test $COMMON_FLAGS
1919
- make -C ctest $COMMON_FLAGS

0 commit comments

Comments
 (0)