generated from microsoft/ccf-app-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump ccf versions to 4.0.7 * Add more to dockerignore * Fix shadowed variables * Updated some nix config * Fix hidden files * Use right compiler in sgx build * Fix compiler in makefile * Update clang-format * Use clang-format 11 * Update checks container * Use normal nixpkgs * Enable ccf patches * Build virtual with llvm 16 * Add ccf logger no deprecate * Fix build of protobuf * Enable mkWrapper again * Fix formatting * Fix prettier fix command in nix * Format with prettier * Remove unused arrow dep * Back to openssl 1.1 for az-dcap * Fix lskv cluster startup * Add date to python lib cose governance * Remove proposal replays * Update ci image * Format lskv_cluster script * Fix tempfile import --------- Co-authored-by: Andrew Jeffery <[email protected]>
- Loading branch information
Andrew Jeffery
and
Andrew Jeffery
authored
Aug 21, 2023
1 parent
eb9d63b
commit 90a0d00
Showing
27 changed files
with
599 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "Development Container for CCF C++ Apps", | ||
"context": "..", | ||
"image": "mcr.microsoft.com/ccf/app/dev:4.0.0-dev3-virtual", | ||
"image": "mcr.microsoft.com/ccf/app/dev:4.0.7-virtual", | ||
"runArgs": [], | ||
"extensions": ["ms-vscode.cpptools"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,5 @@ | |
/scripts/env/ | ||
/workspace/ | ||
requirements.txt | ||
*.zip | ||
*.bak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.