Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Jan 28, 2025
1 parent 4fc8916 commit 7b562f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library_interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: ./smithy-dafny/.github/actions/build_dafny_from_source
with:
dafny-version: 4.9.2
ref: 867e0e262e8b939f6a1b1260fccec71613dbcc30
ref: a928ebf5733dca040cbbb9b0c5861c20fb5bff6d

- name: Setup Dafny Not Rust
if: matrix.language != 'rust'
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
uses: ./smithy-dafny/.github/actions/build_dafny_from_source
with:
dafny-version: 4.9.2
ref: 867e0e262e8b939f6a1b1260fccec71613dbcc30
ref: a928ebf5733dca040cbbb9b0c5861c20fb5bff6d

- name: Setup Dafny 2 Not Rust
if: matrix.decrypting_language != 'rust'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: ./smithy-dafny/.github/actions/build_dafny_from_source
with:
dafny-version: 4.9.2
ref: 867e0e262e8b939f6a1b1260fccec71613dbcc30
ref: a928ebf5733dca040cbbb9b0c5861c20fb5bff6d

# TODO: Remove this after the formatting in Rust starts working
- name: smithy-dafny Rust hacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ fn main2() {
crate::implementation_from_dafny::r#_WrappedMaterialProvidersMain_Compile::_default::Main(&dafny_args);
}

// RUST_MIN_STACK does not work for `main`, so we need a new thread
fn main() {
std::thread::Builder::new().stack_size(64 * 1024 * 1024).spawn(main2).unwrap().join().unwrap();
}

0 comments on commit 7b562f0

Please sign in to comment.