Skip to content

Commit d358873

Browse files
committed
ci: temporary disable rpi1
[skip ci]
1 parent 1dfd342 commit d358873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ jobs:
388388
make -f upload.mk
389389
390390
391-
RaspberryPi_libcxx:
391+
Legacy_RaspberryPi_libcxx:
392+
if: false # FIXME: std::to_array undeclared if use clang-16 + sysroot libc++8, linux build is fine
392393
runs-on: ubuntu-latest
393394
env:
394395
FF_VER: 5.1 # master build error

0 commit comments

Comments
 (0)