Skip to content

Commit

Permalink
tools: remove cgen from repo
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jul 6, 2023
1 parent d21b929 commit 33c0ba3
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 807 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ jobs:
- run: source /opt/sgxsdk/environment && make -B
- run: source /opt/sgxsdk/environment && make test
- run: source /opt/sgxsdk/environment && make integration-test
- run: source /opt/sgxsdk/environment && make cgen
27 changes: 0 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ members = [
"proto",
"tests/integration",
"tools/nodes-runner",
"tools/cgen"
]
exclude = [
"enclave",
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@ udeps:
yrly:
go build -o ./bin/yrly -tags customcert ./go/relay/bin

.PHONY: cgen
cgen:
@cargo build $(CARGO_TARGET) --package cgen

.PHONY: nodes-runner
nodes-runner:
@cargo build $(CARGO_TARGET) --package nodes-runner
Expand Down
1 change: 0 additions & 1 deletion tools/cgen/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions tools/cgen/Cargo.toml

This file was deleted.

4 changes: 0 additions & 4 deletions tools/cgen/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions tools/cgen/build.rs

This file was deleted.

68 changes: 0 additions & 68 deletions tools/cgen/src/cli.rs

This file was deleted.

Loading

0 comments on commit 33c0ba3

Please sign in to comment.