Commit dccc8c3
authored
chore: use cargo git to pull all build dependencies (#354)
## Greptile Summary
Migrated dependency management from local paths to Git repositories,
improving build reproducibility and simplifying CI/CD setup.
- Changed `ephemeral-rollups-sdk` in `test-integration/Cargo.toml` from
local path to Git dependency with rev `c1fcb91`
- Updated `conjunto-transwise` and `magicblock-delegation-program` in
root `Cargo.toml` to use Git dependencies
- Removed manual repository checkouts from
`.github/actions/setup-build-env/action.yml`, leveraging Cargo's Git
dependency resolution
- Consider using longer commit hashes (>7 characters) to prevent
potential hash collisions1 parent c7609a9 commit dccc8c3
File tree
4 files changed
+9
-28
lines changed- .github/actions/setup-build-env
- test-integration
4 files changed
+9
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 21 | | |
47 | 22 | | |
48 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments