Skip to content

Commit

Permalink
Workaround for b2 not supporting clang 3.6
Browse files Browse the repository at this point in the history
close #203
  • Loading branch information
anarthal committed Dec 28, 2023
1 parent 61ade56 commit 50d2c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#

_triggers = { "branch": [ "master", "develop", "drone*", "feature/*", "bugfix/*", "fix/*", "pr/*" ] }
_container_tag = 'd34a92a9b9702a0a5e2b9ab4a635f7b077229626'
_win_container_tag = 'd34a92a9b9702a0a5e2b9ab4a635f7b077229626'
_container_tag = '1f4d636dddc2f5af1774b42e6177a06457808330'
_win_container_tag = '1f4d636dddc2f5af1774b42e6177a06457808330'


def _image(name):
Expand Down
2 changes: 2 additions & 0 deletions tools/docker/build-clang3_6.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN \
git \
python3 \
python3-requests \
# Workaround for https://github.com/bfgroup/b2/issues/354
g++ \
mysql-client && \
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
apt-get --no-install-recommends -y install clang-3.6 && \
Expand Down

0 comments on commit 50d2c2e

Please sign in to comment.