Skip to content

Commit 5b8ee3f

Browse files
m
1 parent 9db0872 commit 5b8ee3f

20 files changed

Lines changed: 21 additions & 17 deletions

.github/workflows/ci_examples_java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
aws-region: us-west-2
4646
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
4747
role-session-name: DDBEC-Dafny-Java-Tests
48+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
4849

4950
# Rust files have long names, so we need to enable long paths
5051
- name: Enable long paths

.github/workflows/ci_examples_net.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
aws-region: us-west-2
9494
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
9595
role-session-name: DDBEC-Dafny-Net-Tests
96+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
9697

9798
- name: Compile ${{ matrix.library }} implementation
9899
shell: bash

.github/workflows/ci_test_go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
aws-region: us-west-2
4343
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
4444
role-session-name: DDBEC-Dafny-Java-Tests
45+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
4546

4647
- name: Setup Docker
4748
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'

.github/workflows/ci_test_java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
aws-region: us-west-2
4747
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
4848
role-session-name: DDBEC-Dafny-Java-Tests
49+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
4950

5051
# Rust files have long names, so we need to enable long paths
5152
- name: Enable long paths

.github/workflows/ci_test_latest_released_mpl_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
aws-region: us-west-2
8282
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
8383
role-session-name: DDBEC-Dafny-Java-Tests
84-
special-characters-workaround: 'true' # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
84+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
8585

8686
- uses: actions/checkout@v6
8787
with:

.github/workflows/ci_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
aws-region: us-west-2
9595
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
9696
role-session-name: DDBEC-Dafny-Net-Tests
97-
special-characters-workaround: 'true' # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
97+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
9898

9999
- name: Compile ${{ matrix.library }} implementation
100100
shell: bash

.github/workflows/ci_test_vector_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
aws-region: us-west-2
5151
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
5252
role-session-name: DDBEC-Dafny-Java-Tests
53-
special-characters-workaround: 'true' # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
53+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
5454

5555
- name: Setup Docker
5656
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'

.github/workflows/ci_test_vector_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
aws-region: us-west-2
4646
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
4747
role-session-name: DDBEC-Dafny-DotNet-Tests
48-
special-characters-workaround: 'true' # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
48+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
4949

5050
- name: Setup Docker
5151
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'

.github/workflows/dafny_interop_examples_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
aws-region: us-west-2
4141
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
4242
role-session-name: DDBEC-Dafny-Java-Tests
43-
special-characters-workaround: 'true' # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
43+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
4444

4545
- uses: actions/checkout@v6
4646
with:

.github/workflows/dafny_interop_examples_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
aws-region: us-west-2
7777
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
7878
role-session-name: DDBEC-Dafny-Net-Tests
79-
special-characters-workaround: 'true' # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
79+
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.
8080

8181
- name: Compile MPL with Dafny ${{inputs.mpl-dafny}}
8282
shell: bash

0 commit comments

Comments
 (0)