Skip to content

Commit 24b8ef7

Browse files
committed
remove rust and go
1 parent 6895baf commit 24b8ef7

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/actions/polymorph_codegen/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ runs:
116116
# run: |
117117
# make polymorph_rust ${{ steps.dependencies.outputs.PROJECT_DEPENDENCIES }}
118118

119-
- name: Regenerate Go code using smithy-dafny
120-
working-directory: ./${{ inputs.library }}
121-
shell: bash
122-
run: |
123-
make polymorph_go
119+
# - name: Regenerate Go code using smithy-dafny
120+
# working-directory: ./${{ inputs.library }}
121+
# shell: bash
122+
# run: |
123+
# make polymorph_go
124124

125125
- name: Check regenerated code against commited code
126126
# Composite action inputs seem to not actually support booleans properly for some reason

.github/workflows/library_interop_test_vectors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ubuntu-22.04,
2626
macos-13,
2727
]
28-
language: [java, net, rust, go]
28+
language: [java, net]
2929
# https://taskei.amazon.dev/tasks/CrypTool-5284
3030
dotnet-version: ["6.0.x"]
3131
runs-on: ${{ matrix.os }}
@@ -195,8 +195,8 @@ jobs:
195195
ubuntu-22.04,
196196
macos-13,
197197
]
198-
encrypting_language: [java, net, rust, go]
199-
decrypting_language: [java, net, rust, go]
198+
encrypting_language: [java, net]
199+
decrypting_language: [java, net]
200200
# https://taskei.amazon.dev/tasks/CrypTool-5284
201201
dotnet-version: ["6.0.x"]
202202
runs-on: ${{ matrix.os }}

.github/workflows/pull.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ jobs:
3636
uses: ./.github/workflows/library_net_tests.yml
3737
with:
3838
dafny: ${{needs.getVersion.outputs.version}}
39-
pr-ci-rust:
40-
needs: getVersion
41-
uses: ./.github/workflows/library_rust_tests.yml
42-
with:
43-
dafny: ${{needs.getVersion.outputs.version}}
44-
pr-ci-go:
45-
needs: getVersion
46-
uses: ./.github/workflows/library_go_tests.yml
47-
with:
48-
dafny: ${{needs.getVersion.outputs.version}}
39+
# pr-ci-rust:
40+
# needs: getVersion
41+
# uses: ./.github/workflows/library_rust_tests.yml
42+
# with:
43+
# dafny: ${{needs.getVersion.outputs.version}}
44+
# pr-ci-go:
45+
# needs: getVersion
46+
# uses: ./.github/workflows/library_go_tests.yml
47+
# with:
48+
# dafny: ${{needs.getVersion.outputs.version}}
4949
pr-test-vectors:
5050
needs: getVersion
5151
uses: ./.github/workflows/library_interop_tests.yml
@@ -67,7 +67,7 @@ jobs:
6767
- pr-ci-codegen
6868
- pr-ci-verification
6969
- pr-ci-net
70-
- pr-ci-rust
70+
# - pr-ci-rust
7171
- pr-test-vectors
7272
- pr-dafny-test-vectors
7373
- pr-dafny-legacy-test-vectors

0 commit comments

Comments
 (0)