Skip to content

Commit 2b0a795

Browse files
committed
made wrapper package
1 parent 96fca3f commit 2b0a795

File tree

7 files changed

+1128
-8
lines changed

7 files changed

+1128
-8
lines changed

.github/workflows/egglog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
default: true
2727
override: true
2828
components: rustfmt, clippy
29-
- run: cd src/egglog/egg-smol && cargo clippy --tests
30-
- run: cd src/egglog/egg-smol && cargo test
31-
- run: cd src/egglog/egg-smol && cargo fmt -- --check
32-
- run: cd src/egglog/egg-smol && cargo build --release
29+
- run: cd src/egglog/egglog-wrapper && cargo clippy --tests
30+
- run: cd src/egglog/egglog-wrapper && cargo test
31+
- run: cd src/egglog/egglog-wrapper && cargo fmt -- --check
32+
- run: cd src/egglog/egglog-wrapper && cargo build --release

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ egg-herbie/pkg
2020
*.zo
2121
*.dep
2222
herbie-compiled/
23+
24+
# Rust
25+
src/egglog/egglog-wrapper/target/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ update:
1414
raco pkg update --name herbie --deps search-auto src/
1515

1616
egglog:
17-
cargo build --release --manifest-path=src/egglog/egg-smol/Cargo.toml
17+
cargo build --release --manifest-path=src/egglog/egglog-wrapper/Cargo.toml
1818

1919
distribution: minimal-distribution
2020
cp -r bench herbie-compiled/

0 commit comments

Comments
 (0)