Temporarily pin renode release for sel4extension breakage
Bypass-Presubmit-Reason: CL topic verified
Change-Id: I26ad39fea3be5264b685773367541e918fa24f9c
diff --git a/platforms/nexus/renode.mk b/platforms/nexus/renode.mk
index 7100793..9b3bd8e 100644
--- a/platforms/nexus/renode.mk
+++ b/platforms/nexus/renode.mk
@@ -42,8 +42,9 @@
#
# From AntMicro's release. If there is a local build from `m renode_src` with
# the same commit sha as the release build, it will be treated as up-to-date.
+# TODO: Unpin the release
renode: | $(RENODE_OUT_DIR)
- $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR)
+ $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR) --release_name renode-1.15.0+20240531gitcc68145ef
## Removes Renode build artifacts from sim/renode and out/
renode_clean:
diff --git a/platforms/shodan/renode.mk b/platforms/shodan/renode.mk
index 7100793..9b3bd8e 100644
--- a/platforms/shodan/renode.mk
+++ b/platforms/shodan/renode.mk
@@ -42,8 +42,9 @@
#
# From AntMicro's release. If there is a local build from `m renode_src` with
# the same commit sha as the release build, it will be treated as up-to-date.
+# TODO: Unpin the release
renode: | $(RENODE_OUT_DIR)
- $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR)
+ $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR) --release_name renode-1.15.0+20240531gitcc68145ef
## Removes Renode build artifacts from sim/renode and out/
renode_clean: