summaryrefslogtreecommitdiff
path: root/ciimage
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2019-08-14 16:35:29 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2019-09-23 21:10:00 +0300
commit1670fca36fcb1a4fe4780e96731e954515501a35 (patch)
tree66b6186701f4bffc3dcbf79867e385365f95fc78 /ciimage
parent6a12f3fc16cde79515ce38040421b1a6743bdbb1 (diff)
downloadmeson-1670fca36fcb1a4fe4780e96731e954515501a35.tar.gz
Add blocks dependency
This allows easily enabling the blocks clang extension.
Diffstat (limited to 'ciimage')
-rw-r--r--ciimage/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile
index 585a6ef94..3863ddab1 100644
--- a/ciimage/Dockerfile
+++ b/ciimage/Dockerfile
@@ -24,6 +24,7 @@ RUN sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list" \
&& apt-get -y install libgpgme-dev \
&& apt-get -y install libhdf5-dev \
&& apt-get -y install libboost-python-dev \
+&& apt-get -y install libblocksruntime-dev \
&& dub fetch urld && dub build urld --compiler=gdc \
&& dub fetch dubtestproject \
&& dub build dubtestproject:test1 --compiler=ldc2 \