Skip to content

Commit 2dd37bf

Browse files
Remove unneeded CodeArtifact setup, fix version number, update submodules (#213)
Co-authored-by: Lucas McDonald <[email protected]>
1 parent d8b01b5 commit 2dd37bf

File tree

5 files changed

+3
-36
lines changed

5 files changed

+3
-36
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,6 @@ jobs:
6464
git config --global --add url.https://github.com/.insteadOf [email protected]:
6565
git submodule update --init --recursive submodules/MaterialProviders
6666
67-
# Set up env vars for CodeArtifact
68-
# Necessary to build and deploy dependencies for examples locally
69-
- name: Set Up Env Vars for CodeArtifact
70-
run: |
71-
export URL=`aws codeartifact get-repository-endpoint \
72-
--domain github-polymorph \
73-
--domain-owner "370957321024" \
74-
--repository DafnyJavaConversion \
75-
--format maven | jq -r .repositoryEndpoint`
76-
export TOKEN=`aws codeartifact get-authorization-token \
77-
--domain github-polymorph \
78-
--domain-owner "370957321024" \
79-
--query authorizationToken \
80-
--output text`
81-
echo "CODEARTIFACT_URL_JAVA_CONVERSION=$URL" >> $GITHUB_ENV
82-
echo "CODEARTIFACT_AUTH_TOKEN=$TOKEN" >> $GITHUB_ENV
83-
8467
- name: Setup Java ${{ matrix.java-version }}
8568
uses: actions/setup-java@v3
8669
with:

.github/workflows/ci_test_java.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,6 @@ jobs:
6666
git config --global --add url.https://github.com/.insteadOf [email protected]:
6767
git submodule update --init --recursive submodules/MaterialProviders
6868
69-
# Set up env vars for CodeArtifact
70-
- name: Set Up Env Vars for CodeArtifact
71-
run: |
72-
export URL=`aws codeartifact get-repository-endpoint \
73-
--domain github-polymorph \
74-
--domain-owner "370957321024" \
75-
--repository DafnyJavaConversion \
76-
--format maven | jq -r .repositoryEndpoint`
77-
export TOKEN=`aws codeartifact get-authorization-token \
78-
--domain github-polymorph \
79-
--domain-owner "370957321024" \
80-
--query authorizationToken \
81-
--output text`
82-
echo "CODEARTIFACT_URL_JAVA_CONVERSION=$URL" >> $GITHUB_ENV
83-
echo "CODEARTIFACT_AUTH_TOKEN=$TOKEN" >> $GITHUB_ENV
84-
8569
- name: Setup Dafny
8670
uses: dafny-lang/[email protected]
8771
with:

DynamoDbEncryption/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ val dynamodb by configurations.creating
6565

6666
dependencies {
6767
implementation("org.dafny:DafnyRuntime:4.1.0")
68-
implementation("software.amazon.smithy.dafny:conversion:1.0-SNAPSHOT")
68+
implementation("software.amazon.smithy.dafny:conversion:0.1")
6969
implementation("software.amazon.cryptography:AwsCryptographicMaterialProviders:1.0-SNAPSHOT")
7070

7171
implementation(platform("software.amazon.awssdk:bom:2.19.1"))

submodules/smithy-dafny

0 commit comments

Comments
 (0)