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=dcc45061013e71ef8afeaa6d415928da15ce42b2
SDE_PKG_SHA256=2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083
SDE_DEB_SHA256=7c0a419cb8d719fe6adc35a954ebc5fe060692e712b4c1bdde3390bba99e7b14

[ `uname -s` == "SunOS" ] && SERIES=illumos
[ `uname -s` == "SunOS" ] || SERIES=linux
Expand Down