Skip to content

Commit cc21085

Browse files
ci: remove dfir_datalog from release.yml, docs (#1965)
1 parent 3a3ce7f commit cc21085

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
--bump ${{ inputs.bump }} --bump-dependencies auto
7676
${{ inputs.execute && '--execute' || '--no-publish' }}
7777
dfir_rs dfir_lang dfir_macro
78-
dfir_datalog dfir_datalog_core
7978
hydro_lang hydro_optimize hydro_std
8079
hydro_deploy hydro_deploy_integration
8180
multiplatform_test

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Relative to the repository root:
1414
layer" while the flow syntax compiler is the "compiled layer".
1515
* `hydro_lang` and related (`hydro_*`) packages contain Hydro, which is a functional syntax built on
1616
top of `DFIR`.
17-
* `dfir_datalog` provides a datalog compiler, based on top of the DFIR flow syntax.
1817
* `docs` is the [Hydro.run](https://hydro.run/) website. `website_playground` contains the
1918
playground portion of the website, used for compiling DFIR in-browser via WASM.
2019
* `benches` contains some microbenchmarks for DFIR and other frameworks.
@@ -29,12 +28,6 @@ There are several subpackages included that are used by Hydro but are more gener
2928
* `multiplatform_test` provides a convenience macro for specifying and initializing tests on
3029
various platforms.
3130

32-
There are auxillary repositories as well:
33-
34-
* [`hydro-project/rust-sitter`](https://github.com/hydro-project/rust-sitter) provides a
35-
[Tree-sitter](https://tree-sitter.github.io/tree-sitter/)-based parser generator interface, used
36-
by `dfir_datalog`.
37-
3831
## Rust
3932

4033
Hydro should build on latest stable releases of Rust. However we develop on a pinned nightly

RELEASING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ cargo smart-release --update-crates-index \
2929
--no-changelog-preview --allow-fully-generated-changelogs \
3030
--bump-dependencies auto --bump minor \ # or `patch`, `major`, `keep`, `auto`
3131
dfir_rs dfir_lang dfir_macro \
32-
dfir_datalog dfir_datalog_core \
3332
hydro_lang hydro_optimize hydro_std \
3433
hydro_deploy hydro_deploy_integration \
3534
multiplatform_test

0 commit comments

Comments
 (0)