Skip to content
Merged
1 change: 1 addition & 0 deletions .github/workflows/ci_examples_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

# Rust files have long names, so we need to enable long paths
- name: Enable long paths
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_examples_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Net-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Compile ${{ matrix.library }} implementation
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Setup Docker
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

# Rust files have long names, so we need to enable long paths
- name: Enable long paths
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_latest_released_mpl_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- uses: actions/checkout@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Net-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Compile ${{ matrix.library }} implementation
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_vector_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Setup Docker
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-DotNet-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Setup Docker
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dafny_interop_examples_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- uses: actions/checkout@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dafny_interop_examples_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Net-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Compile MPL with Dafny ${{inputs.mpl-dafny}}
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dafny_interop_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- uses: actions/checkout@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dafny_interop_test_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Net-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Compile MPL with Dafny ${{inputs.mpl-dafny}}
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dafny_interop_test_vector_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Java-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- uses: actions/checkout@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dafny_interop_test_vector_net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Net-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Compile MPL with Dafny ${{inputs.mpl-dafny}}
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Rust-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Setup Docker
if: matrix.os == 'macos-15-intel' && matrix.library == 'TestVectors'
Expand Down Expand Up @@ -152,6 +153,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Rust-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Test ${{ matrix.library }} Rust Fips
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2
role-session-name: Dafny_Issue_Blocker
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

# Use AWS Secrets Manger GHA to retrieve CI Bot Creds
- name: Get CI Bot Creds Secret
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/performance-benchmarks-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Performance-Benchmarks-Go
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Support longpaths
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/performance-benchmarks-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
role-session-name: DDBEC-Dafny-Rust-Tests
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Support longpaths on Git checkout
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sem_ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
aws-region: us-west-2
role-to-assume: arn:aws:iam::587316601012:role/GitHub-CI-CI-Bot-Credential-Access-Role-us-west-2
role-session-name: CI_Bot_Release
special-characters-workaround: "true" # Some environments (example: windowsOS) cannot tolerate special characters in a secret key.

- name: Upgrade Node
uses: actions/setup-node@v6
Expand Down
Loading