Commit e66357a
authored
CI: Move repo to a (newer) Makefile (#63)
* CI: Move repo to a (newer) Makefile
#### Problem
Although the config repo is already using a Makefile, it is still
using its own github workflows and scripts.
#### Summary of changes
Unify everything by using the Makefile and scripts from the ALT repo.
Similar to others, this removes the `bpf-entrypoint` and `test-sbf`
features, renames the program-mb.so, use the interface crate in benches,
add words to the dictionary as needed.
* Update ring, restore lib target for program
* Add dependabot
* Get program names right for publish job
* Add --all-features to clippy1 parent 318c693 commit e66357a
File tree
28 files changed
+508
-794
lines changed- .github
- actions/setup
- workflows
- clients/rust
- program
- benches
- fuzz
- src
- tests
- scripts
28 files changed
+508
-794
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments