Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Chaturvedi committed Dec 31, 2024
1 parent f7374f7 commit c56dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ TYPES_FILE_WITH_EXTERN_STRING="module {:extern \"software.amazon.cryptography.en
TYPES_FILE_WITHOUT_EXTERN_STRING="module AwsCryptographyEncryptionSdkTypes"

INDEX_FILE_PATH=dafny/AwsEncryptionSdk/src/Index.dfy
INDEX_FILE_WITH_EXTERN_STRING="module {:extern \"software.amazon.cryptography.encryptionsdk.internaldafny\" } EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {"
INDEX_FILE_WITH_EXTERN_STRING="module {:extern \"software.amazon.cryptography.encryptionsdk.internaldafny\" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {"
INDEX_FILE_WITHOUT_EXTERN_STRING="module EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {"
3 changes: 1 addition & 2 deletions AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/Index.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
include "AwsEncryptionSdkOperations.dfy"

module
{:extern "software.amazon.cryptography.encryptionsdk.internaldafny" }
ESDK refines AbstractAwsCryptographyEncryptionSdkService {
{:extern "software.amazon.cryptography.encryptionsdk.internaldafny" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {
import Operations = AwsEncryptionSdkOperations
import Primitives = AtomicPrimitives
import MaterialProviders
Expand Down

0 comments on commit c56dd69

Please sign in to comment.