From 7e489aa1aee23a52adb97c4bc46dfb1ca2e4662d Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 1 May 2026 11:33:12 +0000 Subject: [PATCH] Switch to helios3 branches by default --- config/projects.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/projects.toml b/config/projects.toml index 8ced567..13a7264 100644 --- a/config/projects.toml +++ b/config/projects.toml @@ -9,14 +9,14 @@ unless_env = "BUILD_OS" [project.omnios-build] github = "oxidecomputer/helios-omnios-build" -rev = "helios2" +rev = "helios3" unless_env = "BUILD_OS" use_ssh = false site_sh = true [project.omnios-extra] github = "oxidecomputer/helios-omnios-extra" -rev = "helios2" +rev = "helios3" unless_env = "BUILD_OS" use_ssh = false site_sh = true