Skip to content

Commit 5e55f9c

Browse files
committed
ci(Go, Rust): disable for current HV-2 work (#1360)
1 parent 51c7198 commit 5e55f9c

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.github/workflows/manual.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
with:
3838
dafny: ${{ inputs.dafny }}
3939
regenerate-code: ${{ inputs.regenerate-code }}
40-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
41-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports.
40+
# TODO-HV-2-Rust: Removing Rust Runtimes until the underlying issue resolved.
4241
# manual-ci-rust:
4342
# uses: ./.github/workflows/library_rust_tests.yml
4443
# with:
@@ -49,11 +48,12 @@ jobs:
4948
with:
5049
dafny: ${{ inputs.dafny }}
5150
regenerate-code: ${{ inputs.regenerate-code }}
52-
manual-ci-go:
53-
uses: ./.github/workflows/library_go_tests.yml
54-
with:
55-
dafny: ${{ inputs.dafny }}
56-
regenerate-code: ${{ inputs.regenerate-code }}
51+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
52+
# manual-ci-go:
53+
# uses: ./.github/workflows/library_go_tests.yml
54+
# with:
55+
# dafny: ${{ inputs.dafny }}
56+
# regenerate-code: ${{ inputs.regenerate-code }}
5757
manual-interop-test:
5858
uses: ./.github/workflows/library_interop_tests.yml
5959
with:

.github/workflows/pull.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
uses: ./.github/workflows/library_net_tests.yml
4040
with:
4141
dafny: ${{needs.getVersion.outputs.version}}
42-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
43-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
42+
# TODO-HV-2-Rust: Removing Rust until we rebase or need it
4443
# pr-ci-rust:
4544
# needs: getVersion
4645
# uses: ./.github/workflows/library_rust_tests.yml
@@ -51,6 +50,7 @@ jobs:
5150
uses: ./.github/workflows/library_python_tests.yml
5251
with:
5352
dafny: ${{needs.getVersion.outputs.version}}
53+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
5454
# pr-ci-go:
5555
# needs: getVersion
5656
# uses: ./.github/workflows/library_go_tests.yml
@@ -73,7 +73,9 @@ jobs:
7373
- pr-ci-java
7474
- pr-ci-net
7575
- pr-ci-python
76+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
7677
# - pr-ci-go
78+
# TODO-HV-2-Rust: Removing Rust until we rebase or need it
7779
# - pr-ci-rust
7880
- pr-interop-test
7981
- pr-ci-examples

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
uses: ./.github/workflows/library_net_tests.yml
3737
with:
3838
dafny: ${{needs.getVersion.outputs.version}}
39-
# TODO-Rust-CI: Removing Rust Runtimes until the underlying issue resolved.
40-
# TODO-Rust-CI: Rust runtimes checks are failing to resolve dafny_runtime imports
39+
# TODO-HV-2-Rust: Removing Rust until we rebase or need it.
4140
# push-ci-rust:
4241
# needs: getVersion
4342
# uses: ./.github/workflows/library_rust_tests.yml
@@ -48,6 +47,7 @@ jobs:
4847
uses: ./.github/workflows/library_python_tests.yml
4948
with:
5049
dafny: ${{needs.getVersion.outputs.version}}
50+
# TODO-HV-2-Go: Removing Go CI until we rebase or need it
5151
# push-ci-go:
5252
# needs: getVersion
5353
# uses: ./.github/workflows/library_go_tests.yml

0 commit comments

Comments
 (0)