Skip to content

fix: merge queue action needs container specifier #890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 15, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ on:
jobs:
build-reuse-manifest:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: run reuse
run: ./bin/reuse spdx
build-udb-api-doc:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -25,6 +29,8 @@ jobs:
run: ./do gen:udb:api_doc
build-isa-explorer-csr:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -34,6 +40,8 @@ jobs:
run: ./do gen:isa_explorer_browser_csr
build-isa-explorer-ext:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -43,6 +51,8 @@ jobs:
run: ./do gen:isa_explorer_browser_ext
build-isa-explorer-inst:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -52,6 +62,8 @@ jobs:
run: ./do gen:isa_explorer_browser_insts
build-isa-explorer-spreadsheet:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -62,6 +74,7 @@ jobs:
build-html-isa-manual:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
MANUAL_NAME: isa
VERSIONS: all
steps:
Expand All @@ -73,6 +86,8 @@ jobs:
run: ./do gen:html_manual
build-html-cfg-isa-manual:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -82,6 +97,8 @@ jobs:
run: ./do gen:html[example_rv64_with_overlay]
build-instruction-appendix:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -91,6 +108,8 @@ jobs:
run: ./do gen:instruction_appendix
build-rvi20-profile:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -100,6 +119,8 @@ jobs:
run: ./do gen:profile_release_pdf[RVI20]
build-rva20-profile:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -109,6 +130,8 @@ jobs:
run: ./do gen:profile_release_pdf[RVA20]
build-rva22-profile:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -118,6 +141,8 @@ jobs:
run: ./do gen:profile_release_pdf[RVA22]
build-rva23-profile:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -127,6 +152,8 @@ jobs:
run: ./do gen:profile_release_pdf[RVA23]
build-rvb23-profile:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -136,6 +163,8 @@ jobs:
run: ./do gen:profile_release_pdf[RVB23]
build-ac100-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -145,6 +174,8 @@ jobs:
run: ./do gen:proc_crd_pdf[AC100]
build-ac200-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -154,6 +185,8 @@ jobs:
run: ./do gen:proc_crd_pdf[AC200]
build-mc100-32-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -163,6 +196,8 @@ jobs:
run: ./do gen:proc_crd_pdf[MC100-32]
build-mc100-64-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -172,6 +207,8 @@ jobs:
run: ./do gen:proc_crd_pdf[MC100-64]
build-mc200-32-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -181,6 +218,8 @@ jobs:
run: ./do gen:proc_crd_pdf[MC200-32]
build-mc200-64-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -190,6 +229,8 @@ jobs:
run: ./do gen:proc_crd_pdf[MC200-64]
build-mc300-32-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -199,6 +240,8 @@ jobs:
run: ./do gen:proc_crd_pdf[MC300-32]
build-mc300-64-crd:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand All @@ -208,6 +251,8 @@ jobs:
run: ./do gen:proc_crd_pdf[MC300-64]
build-mc100-32-ctp:
runs-on: ubuntu-latest
env:
SINGULARITY: 1
steps:
- name: Clone Github Repo Action
uses: actions/checkout@v4
Expand Down
Loading