Skip to content

Commit

Permalink
update aws-nitro-enclaves-nsm-api version
Browse files Browse the repository at this point in the history
update from v0.3.0 to v0.4.0.

Signed-off-by: Erdem Meydanli <[email protected]>
  • Loading branch information
meerd committed Jul 26, 2023
1 parent 5fd3a85 commit e92b275
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.7.6 | https://github.com/awslabs/aws-c-http |
| aws-c-cal | v0.5.27 | https://github.com/awslabs/aws-c-cal |
| aws-c-auth | v0.7.0 | https://github.com/awslabs/aws-c-auth |
| aws-nitro-enclaves-nsm-api | v0.3.0 | https://github.com/aws/aws-nitro-enclaves-nsm-api |
| aws-nitro-enclaves-nsm-api | v0.4.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 @@ -62,7 +62,7 @@ RUN git clone --depth 1 -b json-c-0.16-20220414 https://github.com/json-c/json-c
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 --depth 1 -b v0.3.0 https://github.com/aws/aws-nitro-enclaves-nsm-api.git
RUN git clone --depth 1 -b v0.4.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 e92b275

Please sign in to comment.