Skip to content

Commit bc33137

Browse files
committed
fix(ci): update buildall.py to new feature set
1 parent 0e62b42 commit bc33137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/buildall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def build():
2828

2929
def build_caie():
3030
for triple, _ in targets:
31-
system(f"cargo build --features=cambridge --profile prod --target {triple}")
31+
system(f"cargo build --no-default-features --profile prod --target {triple}")
3232

3333
for triple, arch in targets:
3434
system(

0 commit comments

Comments
 (0)