mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Add Ubuntu Clang task
This feels more like a band-aid solution - it still requires very manual intervention to get the next builds, but at least this way we don't rely on whatever Clang/libc++ happens to ship with FreeBSD for the only libc++ testing. It seems like sanitizer builds don't use libc++, but I'd rather a dedicated Linux/Clang/libc++ task at least.
This commit is contained in:
parent
36af0591a6
commit
04c3c2ec72
2 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,8 @@ RUN apt-get update && apt-get -y install \
|
|||
unzip \
|
||||
wget \
|
||||
zlib1g-dev \
|
||||
libc++-dev \
|
||||
libc++abi-dev \
|
||||
&& apt autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue