Skip to content

Commit e5df852

Browse files
committed
fix(ci): temporarily disable container build to isolate make issue
- Disable containerized native binary build to test if issue is container-specific - Use direct build approach instead of containerized build - This will help isolate whether 'make: o: No such file or directory' is container environment issue - Can be reverted once we identify root cause
1 parent d82b7fb commit e5df852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
os: ${{ matrix.os }}
258258
arch: ${{ matrix.arch }}
259-
use-container: 'true'
259+
use-container: 'false'
260260
container-image: ${{ needs.build-container-image.outputs.image-tag }}
261261

262262

0 commit comments

Comments
 (0)