From fbdbf67ce3d3bbd116adeb4a3f6ae76cf72c567a Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 11 Feb 2020 19:28:24 -0800 Subject: [PATCH] Add gettext to build requirements to satisfy flex --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1a3d80f..533296c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,6 @@ steps: - name: test-compiler image: archlinux commands: - - pacman -Sy cmake gcc make llvm bison flex --noconfirm + - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm - cd code/compiler - ./test.sh