File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ RUN apt-get update && apt-get install -y wget
1717RUN apt-get update && apt-get install -y lsof dnsutils netcat-openbsd net-tools libz-dev curl jq # used by integration tests
1818
1919# ruby and jazzy for docs generation
20- RUN apt-get update && apt-get install -y ruby ruby-dev libsqlite3-dev
21- # jazzy no longer works on xenial as ruby is too old.
22- RUN if [ "${ubuntu_version}" != "xenial" ] ; then gem install jazzy --no-ri --no-rdoc ; fi
20+ RUN apt-get update && apt-get install -y ruby ruby-dev libsqlite3-dev build-essential
21+ # switch of gem docs building
22+ RUN echo "gem: --no-document" > ~/.gemrc
23+ RUN if [ "${ubuntu_version}" != "xenial" ] ; then gem install jazzy ; fi
2324
2425# tools
2526RUN mkdir -p $HOME/.tools
Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ services :
4+
5+ runtime-setup :
6+ image : async-http-client:20.04-5.4
7+ build :
8+ args :
9+ ubuntu_version : " focal"
10+ swift_version : " 5.4"
11+
12+ test :
13+ image : async-http-client:20.04-5.4
14+ environment : []
15+ # - SANITIZER_ARG=--sanitize=thread
16+
17+ shell :
18+ image : async-http-client:20.04-5.4
You can’t perform that action at this time.
0 commit comments