Commit c61621a
authored
chore(ci): ensure no file changes after build-upstream step (#1563)
## Summary
- Add a `git status --porcelain` check immediately after the `Build with
upstream` step in the `cli-e2e-test` job
- Fails the job with `git status` + `git diff` output if the build
mutates any tracked files
- Gated to `x86_64-unknown-linux-gnu` only
Refs
#1305 (comment)
## Test plan
- [x] CI passes on this branch (no unexpected file changes from
`build-upstream`)1 parent df79d2d commit c61621a
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
246 | 256 | | |
247 | 257 | | |
248 | 258 | | |
| |||
0 commit comments