|
82 | 82 | uses: actions-rust-lang/[email protected]
|
83 | 83 | with:
|
84 | 84 | components: rustfmt
|
85 |
| - # TODO - uncomment this after Rust formatter works |
86 |
| - # - name: Rustfmt Check |
87 |
| - # uses: actions-rust-lang/rustfmt@v1 |
88 | 85 |
|
89 |
| - # TODO: Remove this after the formatting in Rust starts working |
90 | 86 | - name: Setup Go
|
91 | 87 | uses: actions/setup-go@v5
|
92 | 88 | with:
|
|
96 | 92 | run: |
|
97 | 93 | go install golang.org/x/tools/cmd/goimports@latest
|
98 | 94 |
|
99 |
| - - name: smithy-dafny Rust hacks |
100 |
| - if: matrix.language == 'rust' |
101 |
| - shell: bash |
102 |
| - run: | |
103 |
| - if [ "$RUNNER_OS" == "macOS" ]; then |
104 |
| - sed -i '' 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' mpl/smithy-dafny/SmithyDafnyMakefile.mk |
105 |
| - else |
106 |
| - sed -i 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' mpl/smithy-dafny/SmithyDafnyMakefile.mk |
107 |
| - fi |
108 |
| -
|
109 | 95 | - name: Setup NASM for Windows in Rust (aws-lc-sys)
|
110 | 96 | if: matrix.language == 'rust' && matrix.os == 'windows-latest'
|
111 | 97 | uses: ilammy/setup-nasm@v1
|
@@ -153,7 +139,6 @@ jobs:
|
153 | 139 | if: matrix.language == 'rust'
|
154 | 140 | uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
|
155 | 141 |
|
156 |
| - # TODO: Remove this after checking in Rust polymorph code |
157 | 142 | - name: Run make polymorph_rust
|
158 | 143 | if: matrix.language == 'rust'
|
159 | 144 | shell: bash
|
@@ -352,7 +337,6 @@ jobs:
|
352 | 337 | if: matrix.decrypting_language == 'rust'
|
353 | 338 | uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
|
354 | 339 |
|
355 |
| - # TODO: Remove this after checking in Rust polymorph code |
356 | 340 | - name: Run make polymorph_rust
|
357 | 341 | if: matrix.decrypting_language == 'rust'
|
358 | 342 | shell: bash
|
|
0 commit comments