Commit ea8f6bc
authored
fix: update runc to 1.3.4 in Finch CI for symlink bind-mount support (aws#8655)
* fix: skip build-in-source symlink invoke tests on Finch runtime
Finch/containerd does not support bind-mounting over symlinks (fails with
'not a directory'). The Finch team confirmed this is a known bug on their side.
Instead of working around it in SAM CLI, skip the affected integration tests
when CONTAINER_RUNTIME=finch and remove the verification workflow.
Tests will be re-enabled once Finch ships the fix.
* fix: update runc to 1.3.4 for Finch symlink bind-mount support
Instead of skipping symlink integration tests on Finch, update runc
to 1.3.4 in the CI pipeline which fixes the underlying bind-mount
over symlink issue in containerd/runc.
- Install runc 1.3.4 after Finch package install, before service start
- Revert test skip decorator on TestInvokeBuildInSourceSymlinkedModules1 parent ab9b1f1 commit ea8f6bc
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
253 | 262 | | |
254 | 263 | | |
255 | 264 | | |
| |||
0 commit comments