We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3d0f61 + 544fd53 commit 9c51103Copy full SHA for 9c51103
2 files changed
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
if: runner.os == 'Linux'
109
run: |
110
sudo apt update -y
111
- sudo apt install -y ccache libjsmn-dev
+ sudo apt install -y ccache libjsmn-dev libfuse3-dev
112
- name: Install clang toolchain
113
114
tools/lkl/tests/lklfuse.sh
@@ -98,7 +98,7 @@ if [ -z "$fstype" ]; then
98
fstype="ext4"
99
fi
100
101
-if ! [ -x $script_dir/../lklfuse ]; then
+if [ "$LKL_HOST_CONFIG_FUSE" != "y" ]; then
102
lkl_test_plan 0 "lklfuse.sh $fstype"
103
echo "lklfuse not available"
104
exit 0
0 commit comments