File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ jobs:
106
106
cd build-aws-encryption-sdk-c
107
107
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install -DCMAKE_PREFIX_PATH=${{github.workspace}}/install -DOPENSSL_ROOT_DIR="/usr/local/opt/${OPENSSL_VERSION}" ../
108
108
make
109
- ctest3 -VV || true
110
- ctest -VV || true
111
109
make test
112
110
make install
113
111
Original file line number Diff line number Diff line change @@ -11,11 +11,15 @@ test_vectors: *.cpp *.h
11
11
install_name_tool -add_rpath ../../install/lib/ test_vectors
12
12
13
13
test_vectors_unix : * .cpp * .h
14
- g++ -g -ggdb --std=c++17 -o test_vectors -I../../include/ * .cpp \
15
- -I/opt/homebrew/include/ -L/opt/homebrew/lib/ \
14
+ pwd
15
+ ls ../..
16
+ ls ../../install
17
+ ls ../../install/lib/
18
+ g++ -g -ggdb --std=c++17 -o test_vectors -I../../include/ \
19
+ base64.cpp do_decrypt.cpp do_encrypt.cpp parse_encrypt.cpp parse_keys.cpp test_vectors.cpp \
16
20
-I../../install/include/ -L../../install/lib/ -I ../../aws-encryption-sdk-cpp/include/ \
17
- ../../build-aws -encryption-sdk-c/Debug/libaws -encryption-sdk.dylib \
18
- ../../build-aws-encryption -sdk-c/aws-encryption- sdk-cpp/Debug/libaws-encryption-sdk-cpp.dylib \
21
+ -laws -encryption-sdk -laws -encryption-sdk-cpp \
22
+ -laws-cpp -sdk-core -laws-cpp- sdk-kms -laws-c-common -lcrypto
19
23
20
24
decrypt_dafny : test_vectors
21
25
./test_vectors decrypt --manifest-path ./from-dafny --manifest-name decrypt-manifest.json || exit 1
You can’t perform that action at this time.
0 commit comments