-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(smithy-dafny): changes to support Smithy-Dafny mainline (#643)
Co-authored-by: José Corella <[email protected]>
- Loading branch information
1 parent
3ffe9f8
commit 4a7edb4
Showing
10 changed files
with
55 additions
and
47 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
.github/actions/install_smithy_dafny_codegen_dependencies/action.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# This local action sets up code dependencies | ||
# to run Smithy-Dafny CI in GitHub Actions workflows. | ||
# | ||
|
||
name: "Install Smithy-Dafny codegen dependencies" | ||
description: "Install Java package dependencies required to run Smithy-Dafny codegen" | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Install smithy-dafny-codegen Rust dependencies locally | ||
uses: gradle/gradle-build-action@v2 | ||
with: | ||
arguments: :codegen-client:pTML :codegen-core:pTML :rust-runtime:pTML | ||
build-root-directory: smithy-dafny/smithy-dafny-codegen-modules/smithy-rs | ||
|
||
- name: Install smithy-dafny-codegen Python dependencies locally | ||
uses: gradle/gradle-build-action@v2 | ||
with: | ||
arguments: :smithy-python-codegen:pTML | ||
build-root-directory: smithy-dafny/codegen/smithy-dafny-codegen-modules/smithy-python/codegen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...erialProviders/codegen-patches/AwsCryptographicMaterialProviders/dotnet/dafny-4.2.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
ComAmazonawsDynamodb/codegen-patches/dotnet/dafny-4.2.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ers/codegen-patches/TestVectorsAwsCryptographicMaterialProviders/dotnet/dafny-4.2.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libraries
updated
12 files
Submodule smithy-dafny
updated
1330 files