Commit b31ce90
GH Runner: Put solc and resolc in tmp directory instead of work dir (#1049)
While working on #1047
I noticed that the `/cmd bench` command commits `solc` and `resolc`
binaries. This is unwanted.
I propose to not put the binaries into the main repo directory, but use
the `RUNNER_TEMP` directory. Then we have a general solution and don't
need to mess with manual exclusion of whatever tooling we want in the
future in the git workflow.
Example commit created by bot which shows the issue:
1854d62
Example commit which shows that fix works (no binaries present):
a4e34df
- [x] Does not require a CHANGELOG entry
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>1 parent 1f498c3 commit b31ce90
1 file changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
0 commit comments