mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-24 09:40:31 +00:00
Update CI scripts
This commit is contained in:
parent
985b282226
commit
c8920854f6
9 changed files with 13 additions and 13 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup environment
|
||||
|
|
|
|||
6
.github/workflows/extra-builds.yml
vendored
6
.github/workflows/extra-builds.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup MSVC
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/prepare-docs.yml
vendored
2
.github/workflows/prepare-docs.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Runtime environment
|
||||
run: |
|
||||
|
|
|
|||
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: Checkout Yosys
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup environment
|
||||
|
|
@ -248,7 +248,7 @@ jobs:
|
|||
- name: Checkout Yosys
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
|
||||
- name: Runtime environment
|
||||
|
|
|
|||
2
.github/workflows/test-compile.yml
vendored
2
.github/workflows/test-compile.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
- name: Checkout Yosys
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup environment
|
||||
|
|
|
|||
2
.github/workflows/test-sanitizers.yml
vendored
2
.github/workflows/test-sanitizers.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Checkout Yosys
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup environment
|
||||
|
|
|
|||
2
.github/workflows/test-verific-cfg.yml
vendored
2
.github/workflows/test-verific-cfg.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: Runtime environment
|
||||
run: |
|
||||
echo "procs=$(nproc)" >> $GITHUB_ENV
|
||||
|
|
|
|||
4
.github/workflows/test-verific.yml
vendored
4
.github/workflows/test-verific.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: Runtime environment
|
||||
run: |
|
||||
echo "procs=$(nproc)" >> $GITHUB_ENV
|
||||
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- name: Install UV
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
|
|
|||
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Get FFI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue