Skip to content

Commit

Permalink
update aws-nitro-enclaves-nsm-api version
Browse files Browse the repository at this point in the history
update to v0.3.0, which includes updated dependencies

Signed-off-by: Petre Eftime <[email protected]>
  • Loading branch information
Petre Eftime authored and petreeftime committed May 2, 2023
1 parent e1af40c commit 1748794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project is licensed under the Apache-2.0 License.
| aws-c-http | v0.6.19 | https://github.com/awslabs/aws-c-http |
| aws-c-cal | v0.5.18 | https://github.com/awslabs/aws-c-cal |
| aws-c-auth | v0.6.15 | https://github.com/awslabs/aws-c-auth |
| aws-nitro-enclaves-nsm-api | v0.2.1 | https://github.com/aws/aws-nitro-enclaves-nsm-api |
| aws-nitro-enclaves-nsm-api | v0.3.0 | https://github.com/aws/aws-nitro-enclaves-nsm-api |
| json-c | json-c-0.16-20220414 | https://github.com/json-c/json-c |

## Building
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile.al2
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN git clone -b json-c-0.16-20220414 https://github.com/json-c/json-c.git
RUN cmake3 -DCMAKE_PREFIX_PATH=/usr -DBUILD_TESTING=0 -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=OFF -GNinja -S json-c -B json-c/build
RUN cmake3 --build json-c/build --parallel $(nproc) --target install

RUN git clone -b v0.2.1 https://github.com/aws/aws-nitro-enclaves-nsm-api.git
RUN git clone -b v0.3.0 https://github.com/aws/aws-nitro-enclaves-nsm-api.git
RUN source $HOME/.cargo/env && cd aws-nitro-enclaves-nsm-api && cargo build --release --jobs $(nproc) -p nsm-lib
RUN mv aws-nitro-enclaves-nsm-api/target/release/libnsm.so /usr/lib64
RUN mv aws-nitro-enclaves-nsm-api/target/release/nsm.h /usr/include
Expand Down

0 comments on commit 1748794

Please sign in to comment.