Commit 9d1e738
committed
playground: fix the build for gVisor
Exec permissions need to be granted on /tmpfs on Docker in order for
binaries downloaded there to be executable. Additionally, newer versions
of gVisor only create the __runsc_containers__ file in a multi-container
environment, which is not the case for testing.
Updates golang/go#25224
Change-Id: I272535558d952e423f75ba9770a491472e9c8eff
Reviewed-on: https://go-review.googlesource.com/c/playground/+/227349
Reviewed-by: Carlos Amedee <[email protected]>1 parent dda036d commit 9d1e738
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| |||
0 commit comments