Skip to content

Commit 359ca14

Browse files
committed
remove rust and go
1 parent 8377678 commit 359ca14

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.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)