Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove crucible-server #952

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ In addition, there are the following library/executable packages:
simulator. This is the backend for the `cargo crux-test` command provided
by `mir-json`. See the [`crux-mir` README](crux-mir/README.md) for details.

* **`crucible-server`**, a standalone process that allows constructing
and symbolically executing Crucible programs via [Protocol Buffers][pb].
The crucible-server directory also contains a Java API for
connecting to and working with the `crucible-server`.

[pb]: https://developers.google.com/protocol-buffers/ "Protocol Buffers"

* **`uc-crux-llvm`**, another standalone frontend for executing C and C++
programs in the Crucible symbolic simulator, using "under-constrained"
symbolic execution. Essentially, this technique can start at any function in
Expand Down Expand Up @@ -115,19 +108,6 @@ cabal new-build all

Alternately, you can target a more specific sub-package instead of `all`.

If you wish to build `crucible-server` (which will be built if you
build all packages, as above), then the build depends on having `hpb`
in your path. After fetching the dependencies, this can be arranged by
entering `dependencies/hpb/` and running the following commands:

```
cabal sandbox init
cabal install --dependencies-only
cabal install
cp ./cabal-sandbox/bin/hpb ⟨EXE_PATH⟩
```
where `⟨EXE_PATH⟩` is a directory on your `$PATH`.

Testing and Coverage
--------------------

Expand Down
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ optional-packages:
dependencies/golang/
dependencies/jvm-parser/
dependencies/haskell-wasm/
dependencies/hpb/
dependencies/llvm-pretty/
dependencies/llvm-pretty-bc-parser/
dependencies/what4/what4/
Expand Down
1 change: 0 additions & 1 deletion crucible-server/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions crucible-server/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions crucible-server/README

This file was deleted.

83 changes: 0 additions & 83 deletions crucible-server/Setup.hs

This file was deleted.

107 changes: 0 additions & 107 deletions crucible-server/crucible-server.cabal

This file was deleted.

107 changes: 0 additions & 107 deletions crucible-server/crucible-server/Main_crucible.hs

This file was deleted.

1 change: 0 additions & 1 deletion crucible-server/java_api/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions crucible-server/java_api/Makefile

This file was deleted.

Loading