Skip to content

Commit e8114a8

Browse files
authored
Fixing UNIX sockets error
The current temporary path under which UNIX sockets are created gets too long (more than 10 chars) which causes tests to fail with an "AF_UNIX path too long" error. This is fixed by specifying `$TMPDIR` to be a shorter path.
1 parent 9a78d18 commit e8114a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
if: contains(matrix.os, 'ubuntu')
7171
shell: 'script -q -e -c "bash {0}"'
7272
run: |
73+
export TMPDIR=/tmp
7374
cd examples
7475
rm -rf rootfs
7576
wget https://github.com/qilingframework/rootfs/archive/refs/heads/master.zip

0 commit comments

Comments
 (0)