Skip to content

Commit dbe4e51

Browse files
merge main into zl/p4-stages-18-cleanup
2 parents 8cd4776 + 348adbb commit dbe4e51

78 files changed

Lines changed: 6632 additions & 50550 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/buildomat/common.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
TOFINO_STAGES=18
99

1010
# These describe which version of the SDE to download and where to find it
11-
SDE_COMMIT=e61fe02c3c1c384b2e212c90177fcea76a31fd4e
12-
SDE_PKG_SHA256=8a87a9b0bed3c5440a173a7a41361bdeb5e7a848882da6b4aa48c8fb0043f3bd
13-
SDE_DEB_SHA256=a292e2dd5311647c4852bb41f2532dd1fdf30325b6d04cccb7e85b873e521d5f
11+
SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2
12+
SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
13+
SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163
1414

1515
[ `uname -s` == "SunOS" ] && SERIES=illumos
1616
[ `uname -s` == "SunOS" ] || SERIES=linux

.github/buildomat/packet-test-common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ if [[ $JUST_TEST -ne 1 ]]; then
5353
libssl-dev \
5454
pkg-config \
5555
libcli-dev \
56-
sysvbanner
56+
sysvbanner \
57+
libboost-all-dev
5758
fi
5859

5960
export SDE=/opt/oxide/tofino_sde

.helix/languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ name = "rust"
44
# default to tofino_sde, can change this to any other feature such as softnpu
55
# as needed during development but in source control this should probably
66
# remain as tofino_sde
7-
features = [ "tofino_sde" ]
7+
features = [ "tofino_asic" ]

0 commit comments

Comments
 (0)