File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Install system dependencies
4949 run : |
5050 sudo apt-get update
51- sudo apt-get install -y pkg-config libcairo2-dev lcov
51+ sudo apt-get install -y lcov
5252 - name : Determine version
5353 id : version
5454 run : |
Original file line number Diff line number Diff line change 2222 ANDROID_SDK_ROOT : " "
2323 FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
2424jobs :
25- root_workspace_tests :
25+ tooling_checks :
26+ name : tooling_checks (${{ matrix.name }})
2627 runs-on : ubuntu-24.04
2728 permissions :
2829 contents : read
5960 - uses : castler/setup-bazel@cache-optimized
6061 with :
6162 bazelisk-cache : true
62- disk-cache : root_workspace_tests -${{ matrix.name }}
63+ disk-cache : tooling_checks -${{ matrix.name }}
6364 repository-cache : true
6465 cache-optimized : true
6566 cache-save : ${{ github.ref == 'refs/heads/main' }}
9798 cd cr_checker/tests
9899 bazel test //...
99100 rules_score_tests :
101+ name : rules_score_tests (${{ matrix.name }})
100102 runs-on : ubuntu-24.04
101103 permissions :
102104 contents : read
Original file line number Diff line number Diff line change @@ -221,9 +221,7 @@ py_binary(
221221 requirement ("sphinx_design" ),
222222 requirement ("myst_parser" ),
223223 requirement ("readthedocs_sphinx_ext" ),
224- requirement ("rst2pdf" ),
225224 requirement ("sphinxcontrib-umlet" ),
226- requirement ("svglib" ),
227225 requirement ("sphinxcontrib-plantuml" ),
228226 ],
229227)
Original file line number Diff line number Diff line change 11myst-parser
22pyyaml
33readthedocs-sphinx-ext
4- rst2pdf
54sphinx
65sphinx-needs
76sphinx-design
87sphinxcontrib-plantuml
98sphinxcontrib-umlet
109sphinx-rtd-theme
11- svglib
Load diff Large diffs are not rendered by default.
Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ sphinx_build_binary(
2525 requirement ("sphinx_rtd_theme" ),
2626 requirement ("myst_parser" ),
2727 requirement ("readthedocs_sphinx_ext" ),
28- requirement ("rst2pdf" ),
2928 requirement ("sphinxcontrib-umlet" ),
30- requirement ("svglib" ),
3129 requirement ("sphinxcontrib-plantuml" ),
3230 ],
3331)
You can’t perform that action at this time.
0 commit comments