Skip to content

Commit

Permalink
Auto merge of #123678 - DianQK:docker-local, r=Kobzol
Browse files Browse the repository at this point in the history
Improve the experience of running Docker locally

When running locally, the absence of the `GITHUB_STEP_SUMMARY` environment variable will lead to the following error:

```
::endgroup::
./src/ci/docker/run.sh: line 349: : No such file or directory
```

I've also changed the output artifacts directory to `obj/$image_name`, allowing me to easily run all images locally. We always encounter various strange issues when modifying the test cases in the `codegen` directory.

r? Kobzol cc `@saethlin`
  • Loading branch information
bors committed Apr 17, 2024
2 parents bf4355a + 18df456 commit 58ce713
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 58ce713

Please sign in to comment.