Commit 636dec4
authored
Rollup merge of #161373 - JonathanBrouwer:ec2-local, r=Mark-Simulacrum
Allow running EC2 jobs locally
The command
```
cargo run --manifest-path src/ci/citool/Cargo.toml run-local dist-x86_64-linux
```
Fails locally with the error "Only Linux jobs can be executed locally", which I think is not correct.
The os is displayed as `ec2-x86_64ami-c8a.8xlarge-x64-linux-$github.run_id-$github.run_attempt`.
This was my hack to fix it, but I'm not sure if the problem should be fixed here or whether the os string is wrong1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
418 | 421 | | |
419 | 422 | | |
420 | 423 | | |
| |||
0 commit comments