Commit 2b71376
Guillaume Lessard
fix(ci): the licence gate never ran, and aarch64 needs __ARM_ARCH
cargo deny has been failing to start on every run. In 0.18 `--config` belongs to
the `check` subcommand, not the global level, so the invocation died with
"unexpected argument '--config' found" and exit 2. Because the step runs under
`set +e` and only enforces when `strict`, non-strict runs downgraded that to a
warning and dependency-audit reported success - so the licence/bans/sources gate
has executed nothing at all, and neither has the informational advisory scan.
Both invocations fixed.
Also stop a broken gate from ever looking like a clean one: exit >1 is clap
saying the tool never ran, which is not a policy finding and is now a hard
failure in every mode. Only a real violation (exit 1) remains subject to strict.
The informational leg stays non-blocking but now says plainly when the scan did
not run, instead of printing nothing and implying all-clear.
aarch64: my previous sccache theory was wrong. The failure reproduced with the
compiler invoked directly, so sccache was never the cause. ring 0.17's
asm_base.h hard-errors because the manylinux cross-gcc does not predefine
__ARM_ARCH when assembling chacha-armv8-linux64.S; define it for that target.
ring is already at its newest compatible version, so there is nothing to bump.1 parent a3b0ad2 commit 2b71376
2 files changed
Lines changed: 33 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
117 | 131 | | |
118 | 132 | | |
119 | 133 | | |
| |||
128 | 142 | | |
129 | 143 | | |
130 | 144 | | |
131 | | - | |
| 145 | + | |
| 146 | + | |
132 | 147 | | |
133 | 148 | | |
134 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
135 | 156 | | |
136 | 157 | | |
137 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
0 commit comments