Skip to content

Commit 150433b

Browse files
committed
[rules score] remove pdf support
- no bazel solution for libcairo available
1 parent bf8cdaa commit 150433b

7 files changed

Lines changed: 9 additions & 613 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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: |

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ env:
2222
ANDROID_SDK_ROOT: ""
2323
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2424
jobs:
25-
root_workspace_tests:
25+
tooling_checks:
26+
name: tooling_checks (${{ matrix.name }})
2627
runs-on: ubuntu-24.04
2728
permissions:
2829
contents: read
@@ -59,7 +60,7 @@ jobs:
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' }}
@@ -97,6 +98,7 @@ jobs:
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

bazel/rules/rules_score/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
myst-parser
22
pyyaml
33
readthedocs-sphinx-ext
4-
rst2pdf
54
sphinx
65
sphinx-needs
76
sphinx-design
87
sphinxcontrib-plantuml
98
sphinxcontrib-umlet
109
sphinx-rtd-theme
11-
svglib

bazel/rules/rules_score/requirements_3_11.txt

Lines changed: 2 additions & 302 deletions
Large diffs are not rendered by default.

bazel/rules/rules_score/requirements_3_12.txt

Lines changed: 2 additions & 302 deletions
Large diffs are not rendered by default.

tools/sphinx/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)