Commit 87e6392
check-environment: add fuse3 detection and cross pkg-config fallback
On arm64 runners the fuse check fails:
FAIL - gcc can build against libfuse
FAIL - x86_64-linux-gnu-gcc can build against libfuse
Debian testing dropped libfuse-dev and only has libfuse3-dev.
The check script did not know about fuse3. The cross pkg-config
binary may also not be executable on the build host.
Add fuse3 detection. Fall back to native pkg-config when the
cross binary cannot execute.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent de6bde2 commit 87e6392
1 file changed
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
122 | 130 | | |
123 | 131 | | |
124 | 132 | | |
| |||
128 | 136 | | |
129 | 137 | | |
130 | 138 | | |
131 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
132 | 152 | | |
133 | 153 | | |
134 | 154 | | |
| |||
0 commit comments