Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e309337

Browse files
committedFeb 25, 2025·
makefile: Bump pulp-runtime and regression_tests
New version rebased on latest Astral updates
1 parent 8172ae2 commit e309337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sw-clean:
7575

7676
## Clone pulp-runtime as SW stack
7777
PULP_RUNTIME_REMOTE ?= https://github.com/pulp-platform/pulp-runtime.git
78-
PULP_RUNTIME_COMMIT ?= 7ea7b36462d3257ae251f17541c21dcefd9fbc75 # branch: smazzola/chimera
78+
PULP_RUNTIME_COMMIT ?= 8000372999b5933317c357367b9d2f445a3cbfd0 # branch: smazzola/chimera
7979

8080
pulp-runtime:
8181
git clone $(PULP_RUNTIME_REMOTE) $@
@@ -91,7 +91,7 @@ fault_injection_sim:
9191

9292
## Clone regression tests
9393
REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git
94-
REGRESSION_TESTS_COMMIT ?= d75a64ae0af42d406d1b73137331b84161810be9 # branch: smazzola/chimera
94+
REGRESSION_TESTS_COMMIT ?= 029a11d2d1485d276c7153d6c996f24380b6e155 # branch: smazzola/chimera
9595

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

0 commit comments

Comments
 (0)
Please sign in to comment.