Per changes requested round 2.1
- export intializers in `build-extra-tests`
This commit is contained in:
6
.github/workflows/chipyard-run-tests.yml
vendored
6
.github/workflows/chipyard-run-tests.yml
vendored
@@ -140,7 +140,11 @@ jobs:
|
|||||||
key: ${{ needs.make-keys.outputs.extra-tests-cache-key }}
|
key: ${{ needs.make-keys.outputs.extra-tests-cache-key }}
|
||||||
restore-keys: ${{ needs.make-keys.outputs.extra-tests-cache-key }}
|
restore-keys: ${{ needs.make-keys.outputs.extra-tests-cache-key }}
|
||||||
- name: Build extra tests if not cached
|
- name: Build extra tests if not cached
|
||||||
run: .github/scripts/build-extra-tests.sh
|
run: |
|
||||||
|
export RISCV="/__w/chipyard/chipyard/riscv-tools-install"
|
||||||
|
export LD_LIBRARY_PATH="$RISCV/lib"
|
||||||
|
export PATH="$RISCV/bin:$PATH"
|
||||||
|
.github/scripts/build-extra-tests.sh
|
||||||
|
|
||||||
install-verilator:
|
install-verilator:
|
||||||
name: install-verilator
|
name: install-verilator
|
||||||
|
|||||||
Reference in New Issue
Block a user