Skip to content

Commit

Permalink
Fix commits checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 9, 2024
1 parent 6d11ed5 commit 444eb98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ Bender.lock:

## Clone pulp-runtime as SW stack
pulp-runtime:
git clone https://github.com/pulp-platform/pulp-runtime.git -b 38ae6be6e28ff39f79218d333c41632a935bd584 $@
git clone https://github.com/pulp-platform/pulp-runtime.git $@
cd $@; git checkout -b 38ae6be6e28ff39f79218d333c41632a935bd584; cd ..

## Clone regression tests for bare-metal verification
regression-tests:
git clone https://github.com/pulp-platform/regression_tests -b 7343d39bb9d1137b6eb3f2561777df546cd1e421 $@
git clone https://github.com/pulp-platform/regression_tests.git $@
cd $@; git checkout -b 7343d39bb9d1137b6eb3f2561777df546cd1e421; cd ..

########################
# Build and simulation #
Expand Down

0 comments on commit 444eb98

Please sign in to comment.