Skip to content

Commit 86ee8ef

Browse files
authored
update CI script (#281)
motivation: fix CI * do not install ruby or jazzy, they are no longer needed * remove documentation generation script
1 parent cb28750 commit 86ee8ef

File tree

2 files changed

+2
-117
lines changed

2 files changed

+2
-117
lines changed

docker/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ ENV LANGUAGE en_US.UTF-8
1616
RUN apt-get update && apt-get install -y wget
1717
RUN apt-get update && apt-get install -y lsof dnsutils netcat-openbsd net-tools curl jq # used by integration tests
1818

19-
# ruby and jazzy for docs generation
20-
RUN apt-get update && apt-get install -y ruby ruby-dev libsqlite3-dev build-essential
21-
# jazzy no longer works on xenial as ruby is too old.
22-
RUN if [ "${ubuntu_version}" = "focal" ] ; then echo "gem: --no-document" > ~/.gemrc; fi
23-
RUN if [ "${ubuntu_version}" = "focal" ] ; then gem install jazzy; fi
19+
# ruby for scripts
20+
RUN apt-get update && apt-get install -y ruby
2421

2522
# tools
2623
RUN mkdir -p $HOME/.tools

scripts/generate_docs.sh

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)