Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bieganski committed Aug 16, 2024
1 parent 50ede4e commit 3c9605d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ build-docker-riscv-tests:
docker build -f Dockerfile.riscv-tests -t riscv-tests .

fetch-riscv-tests-isa: build-docker-riscv-tests
@rm -r riscv-tests-isa
@mkdir riscv-tests-isa
@rm -rf isa
@docker rm -f dummy
docker create --name dummy riscv-tests
docker cp dummy:/riscv-tests/isa .
Expand Down

0 comments on commit 3c9605d

Please sign in to comment.