Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/buildomat/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down