Commit 8601073
committed
Fix strip command permission error in build script
- Add chmod u+w before stripping to ensure binary is writable
- Move chmod +x before strip command for proper permissions
- Add fallback with warning if strip fails (not critical for functionality)
- Fix 'Permission denied' error when stripping Bazel-built binaries
- Ensure build continues even if strip operation fails1 parent 6e3de4b commit 8601073
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments