Temporarily pin IREE revision to 20240909 To temporarily avoid the breakage due to IREE upstream change. Change-Id: I7ab3575fc73f70244e2eb25b0e319a8efc145261
diff --git a/platforms/nexus/iree.mk b/platforms/nexus/iree.mk index 782d93b..dccbaf7 100644 --- a/platforms/nexus/iree.mk +++ b/platforms/nexus/iree.mk
@@ -70,7 +70,7 @@ # out/host/iree_compiler. # iree_compiler: | $(IREE_COMPILER_DIR) - $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)" + $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)" --tag_name candidate-20240909.1011 iree_commit_check: $(ROOTDIR)/scripts/check-iree-commit.sh "$(IREE_SRC)" "$(IREE_COMPILER_DIR)"
diff --git a/platforms/shodan/iree.mk b/platforms/shodan/iree.mk index cec2ac2..f21d3ca 100644 --- a/platforms/shodan/iree.mk +++ b/platforms/shodan/iree.mk
@@ -70,7 +70,7 @@ # out/host/iree_compiler. # iree_compiler: | $(IREE_COMPILER_DIR) - $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)" + $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)" --tag_name candidate-20240909.1011 iree_commit_check: $(ROOTDIR)/scripts/check-iree-commit.sh "$(IREE_SRC)" "$(IREE_COMPILER_DIR)"