Skip to content

Commit fce8a77

Browse files
committed
limit threads
1 parent 021ff00 commit fce8a77

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ permissions:
7373
jobs:
7474
build-tarball:
7575
if: github.event.pull_request.draft == false
76-
runs-on: ubuntu-latest
76+
runs-on: ubuntu-slim
7777
steps:
7878
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7979
with:

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
build-docs:
2424
if: github.event.pull_request.draft == false
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-slim
2626
steps:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ $(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json &: $(a
894894
--ignore $(skip_apidoc_files) \
895895
-o out/doc/api \
896896
-c ./CHANGELOG.md \
897+
-p $(JOBS) \
897898
-v $(VERSION) \
898899
--type-map doc/type-map.json \
899900
) \

0 commit comments

Comments
 (0)