Skip to content

Commit 6a5c2ca

Browse files
authored
Merge branch 'master' into DooHTML-v0.70.2-keyed
2 parents aa45a7c + 8481752 commit 6a5c2ca

File tree

860 files changed

+308705
-78348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

860 files changed

+308705
-78348
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ angular*/src/app.ngsummary.json
4141
tests/results/completed/
4242
target/
4343
webdriver-ts/results/
44+
webdriver-ts/traces/
4445
webdriver-ts/results*/
4546
webdriver-ts/old_results/
4647
webdriver-ts-results/table_*.html

Chrome_Results.ods

9.37 KB
Binary file not shown.

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11

2-
FROM ubuntu:20.10
2+
FROM ubuntu:21.10
33
COPY install_rust.sh /root/
44
RUN echo "unsafe-perm = true" > /root/.npmrc
55
RUN echo "NG_CLI_ANALYTICS=ci" >> /root/.npmrc
66
RUN echo "{ \"allow_root\": true }" > /root/.bowerrc
77

88
# replace shell with bash so we can source files
99
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
10+
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
1011

1112
RUN apt-get update
12-
RUN apt-get install -y m4 libtinfo5 libghc-zlib-dev rsync ghc haskell-stack curl g++ make git openjdk-8-jdk dos2unix
13+
RUN apt-get install -y python3 m4 libtinfo5 libghc-zlib-dev rsync ghc haskell-stack curl g++ make git openjdk-8-jdk dos2unix python
1314

1415
ENV NVM_DIR /usr/local/nvm
1516
RUN mkdir -p $NVM_DIR
16-
ENV NODE_VERSION 14.4.0
17+
ENV NODE_VERSION 16.13.2
1718
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
1819

1920
# install node and npm
@@ -26,9 +27,6 @@ RUN source $NVM_DIR/nvm.sh \
2627
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules
2728
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
2829

29-
RUN curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb > /root/google-chrome-stable_current_amd64.deb
30-
RUN apt install -y /root/google-chrome-stable_current_amd64.deb
31-
3230
RUN mkdir /server
3331
RUN mkdir /build
3432
RUN mkdir /src
@@ -40,6 +38,7 @@ RUN npm install
4038
# Volume before chown changes owwner
4139
VOLUME /src
4240
VOLUME /build
41+
COPY package.json /build
4342
WORKDIR /build
4443

4544
# Install rust

Linux_results.ods

10.4 KB
Binary file not shown.

README.md

Lines changed: 98 additions & 69 deletions

0 commit comments

Comments
 (0)