Skip to content

Commit 8d52225

Browse files
committed
Makefile: Update dependencies
Updates for mchan
1 parent 0479714 commit 8d52225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ pulp-runtime:
8383

8484
## Clone fault injection scripts
8585
FAULT_SIM_REMOTE ?= https://github.com/pulp-platform/InjectaFault.git
86-
FAULT_SIM_COMMIT ?= 84ddcff # branch: rt/rename-var
86+
FAULT_SIM_COMMIT ?= bcc4758 # branch: rt/rename-var
8787

8888
fault_injection_sim:
8989
git clone $(FAULT_SIM_REMOTE) $@
9090
cd $@ && git checkout $(FAULT_SIM_COMMIT)
9191

9292
## Clone regression tests
9393
REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git
94-
REGRESSION_TESTS_COMMIT ?= a41ab5b # branch: lg/isolde
94+
REGRESSION_TESTS_COMMIT ?= e1797de # branch: lg/isolde
9595

9696
regression_tests:
9797
git clone $(REGRESSION_TESTS_REMOTE) $@

0 commit comments

Comments
 (0)