From 345f370a1d39c82d3fb5bcd0baca3c0861242b52 Mon Sep 17 00:00:00 2001 From: Cory Zimmerman Date: Wed, 12 Aug 2026 16:07:21 -0500 Subject: [PATCH] Use updated tofino SDE in CI tests --- .github/buildomat/common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/buildomat/common.sh b/.github/buildomat/common.sh index f8df2081..7234b1e2 100644 --- a/.github/buildomat/common.sh +++ b/.github/buildomat/common.sh @@ -11,9 +11,9 @@ TOFINO_STAGES=20 # These describe which version of the SDE to download and where to find it -SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 -SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 -SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b +SDE_COMMIT=ea8ca18caff37764e2bf0457c887b0d9433e88b3 +SDE_PKG_SHA256=3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771 +SDE_DEB_SHA256=ea9bfce494d641430ddaf0aea1a19c10773814a1910532f15451aaaf56ac7c96 [ `uname -s` == "SunOS" ] && SERIES=illumos [ `uname -s` == "SunOS" ] || SERIES=linux