File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
restore-keys : bazel-cache-nightly-${{ runner.os }}-
31
31
32
32
- name : Install dependencies via apt
33
- run : sudo apt-get install python3-distutils python3- dev python-is-python3 libtinfo5 build-essential liblapack-dev libblas-dev gfortran
33
+ run : sudo apt-get install python3-dev python-is-python3 build-essential liblapack-dev libblas-dev gfortran
34
34
35
35
- name : Bazel Build Tools (opt)
36
36
run : |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN chmod +x bazelisk-linux-amd64 && mv bazelisk-linux-amd64 /usr/bin/bazel
23
23
24
24
25
25
# Install dependencies
26
- RUN apt-get -y install python3-distutils python3-dev python-is-python3 libtinfo5 build-essential libxml2-dev liblapack-dev libblas-dev gfortran
26
+ RUN apt-get -y install python3-distutils python3-dev python-is-python3 libtinfo5 build-essential libxml2-dev liblapack-dev libblas-dev gfortran zip
27
27
28
28
# Install development tools
29
29
RUN apt-get install -y git vim
@@ -36,6 +36,6 @@ ADD --chown=xls-developer . /home/xls-developer/xls/
36
36
WORKDIR /home/xls-developer/xls/
37
37
38
38
39
- # Test everything (opt), exclude xlscc for now due to increased build time when
40
- # we add Clang.
41
- RUN bazel test -c opt -- //xls/... -//xls/contrib/xlscc /...
39
+ # Test everything (opt), exclude contrib (including xlscc) for now due to
40
+ # increased build time when we add Clang.
41
+ RUN bazel test -c opt --test_summary=terse --test_verbose_timeout_warnings -- //xls/... -//xls/contrib/... -//xls/dev_tools /...
You can’t perform that action at this time.
0 commit comments