Commit 662ee4e
committed
iceberg-rest-catalog: fix genrule
local = True was forcing local, unsandboxed execution and making the
build bypass the remote cache.
This commit:
- drops local = True so the action runs with a sandbox and can use
remote cache,
- sets an explicit GRADLE_USER_HOME, otherwise would fallback on
$HOME/.gradle which is read-only from the sandbox,
- drops the `chmod +x ./gradlew` which was unneeded, plus it breaks in
the sandbox because it is read-only1 parent 09a9edb commit 662ee4e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
0 commit comments