We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e62b42 commit bc33137Copy full SHA for bc33137
.github/buildall.py
@@ -28,7 +28,7 @@ def build():
28
29
def build_caie():
30
for triple, _ in targets:
31
- system(f"cargo build --features=cambridge --profile prod --target {triple}")
+ system(f"cargo build --no-default-features --profile prod --target {triple}")
32
33
for triple, arch in targets:
34
system(
0 commit comments