Commit 7bba9b5
authored
Re-enable
## Motivation and Context
#4195
```
FuzzHarnessBuildPluginTest > smokeTest() FAILED
CommandError(output=Unexpected exception thrown when executing subprocess:
CommandError(output=Command Error
warning: /Users/awsaito/.local/share/smithy-test-workspace/smithy-test9654713374929678826/a/Cargo.toml: unused manifest key: workspace._ignored
Updating crates.io index
Locking 300 packages to latest compatible versions
Adding homedir v0.3.6 (requires Rust 1.88)
error: rustc 1.85.0 is not supported by the following package:
homedir@0.3.6 requires rustc 1.88
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.85.0
```
## Description
The PR commits a new lockfile to the `aws-smithy-fuzz` crate, which
contains a downgraded `homedir` crate with version `0.3.5`.
`FuzzHarnessBuildPlugin` places that lockfile in a fuzz target workspace
to avoid the compilation error above.
As a follow-up, filed [an OPS
enhancement](#4205) to
improve the lockfile update workflow to handle the one in
`aws-smithy-fuzz` as well.
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._check-fuzzgen CI step (#4206)1 parent a0801ec commit 7bba9b5
File tree
3 files changed
+2854
-3
lines changed- .github/workflows
- fuzzgen/src/main/kotlin/software/amazon/smithy/rust/codegen/fuzz
- rust-runtime/aws-smithy-fuzz
3 files changed
+2854
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
94 | 103 | | |
95 | 104 | | |
96 | 105 | | |
| |||
111 | 120 | | |
112 | 121 | | |
113 | 122 | | |
114 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
115 | 132 | | |
116 | 133 | | |
117 | 134 | | |
| |||
0 commit comments