Skip to content

Commit 415f7a5

Browse files
josecorellatexastony
authored andcommitted
chore(rust,go): comment out rust and go CI due to storage issues
1 parent 07297df commit 415f7a5

File tree

3 files changed

+29
-26
lines changed

3 files changed

+29
-26
lines changed

.github/workflows/library_interop_tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ jobs:
1919
strategy:
2020
matrix:
2121
library: [TestVectorsAwsCryptographicMaterialProviders]
22-
os: [
22+
os:
23+
[
2324
# https://taskei.amazon.dev/tasks/CrypTool-5283
2425
# windows-latest,
2526
ubuntu-22.04,
2627
macos-13,
2728
]
28-
language: [java, net, rust, python, go]
29+
#TODO add back rust and go after figuring out build failures
30+
language: [java, net, python]
2931
# https://taskei.amazon.dev/tasks/CrypTool-5284
3032
dotnet-version: ["6.0.x"]
3133
runs-on: ${{ matrix.os }}
@@ -213,8 +215,9 @@ jobs:
213215
ubuntu-22.04,
214216
macos-13,
215217
]
216-
encrypting_language: [java, net, rust, python, go]
217-
decrypting_language: [java, net, rust, python, go]
218+
#TODO add back rust and go after figuring out build failures
219+
encrypting_language: [java, net, python]
220+
decrypting_language: [java, net, python]
218221
dotnet-version: ["6.0.x"]
219222
runs-on: ${{ matrix.os }}
220223
permissions:

.github/workflows/pull.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ jobs:
3434
uses: ./.github/workflows/library_net_tests.yml
3535
with:
3636
dafny: ${{needs.getVersion.outputs.version}}
37-
pr-ci-rust:
38-
needs: getVersion
39-
uses: ./.github/workflows/library_rust_tests.yml
40-
with:
41-
dafny: ${{needs.getVersion.outputs.version}}
37+
# pr-ci-rust:
38+
# needs: getVersion
39+
# uses: ./.github/workflows/library_rust_tests.yml
40+
# with:
41+
# dafny: ${{needs.getVersion.outputs.version}}
4242
pr-ci-python:
4343
needs: getVersion
4444
uses: ./.github/workflows/library_python_tests.yml
4545
with:
4646
dafny: ${{needs.getVersion.outputs.version}}
47-
pr-ci-go:
48-
needs: getVersion
49-
uses: ./.github/workflows/library_go_tests.yml
50-
with:
51-
dafny: ${{needs.getVersion.outputs.version}}
47+
# pr-ci-go:
48+
# needs: getVersion
49+
# uses: ./.github/workflows/library_go_tests.yml
50+
# with:
51+
# dafny: ${{needs.getVersion.outputs.version}}
5252
pr-interop-test:
5353
needs: getVersion
5454
uses: ./.github/workflows/library_interop_tests.yml
@@ -66,8 +66,8 @@ jobs:
6666
- pr-ci-java
6767
- pr-ci-net
6868
- pr-ci-python
69-
- pr-ci-go
70-
- pr-ci-rust
69+
# - pr-ci-go
70+
# - pr-ci-rust
7171
- pr-interop-test
7272
runs-on: ubuntu-22.04
7373
steps:

.github/workflows/push.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ jobs:
3636
uses: ./.github/workflows/library_net_tests.yml
3737
with:
3838
dafny: ${{needs.getVersion.outputs.version}}
39-
push-ci-rust:
40-
needs: getVersion
41-
uses: ./.github/workflows/library_rust_tests.yml
42-
with:
43-
dafny: ${{needs.getVersion.outputs.version}}
39+
# push-ci-rust:
40+
# needs: getVersion
41+
# uses: ./.github/workflows/library_rust_tests.yml
42+
# with:
43+
# dafny: ${{needs.getVersion.outputs.version}}
4444
push-ci-python:
4545
needs: getVersion
4646
uses: ./.github/workflows/library_python_tests.yml
4747
with:
4848
dafny: ${{needs.getVersion.outputs.version}}
49-
push-ci-go:
50-
needs: getVersion
51-
uses: ./.github/workflows/library_go_tests.yml
52-
with:
53-
dafny: ${{needs.getVersion.outputs.version}}
49+
# push-ci-go:
50+
# needs: getVersion
51+
# uses: ./.github/workflows/library_go_tests.yml
52+
# with:
53+
# dafny: ${{needs.getVersion.outputs.version}}
5454
pr-interop-test:
5555
needs: getVersion
5656
uses: ./.github/workflows/library_interop_tests.yml

0 commit comments

Comments
 (0)