Remove export statements from 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,11 +140,7 @@ 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: |
|
run: .github/scripts/build-extra-tests.sh
|
||||||
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