Skip to content

Commit 1e430a9

Browse files
committed
sai: add ubuntu rpi4
1 parent c0d7770 commit 1e430a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.sai.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
},
1717
"rocky9/x86_64-amd/gcc": {
1818
"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G RPM\";cmake .. ${cmake} && make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-failure ${cpack}"
19+
},
20+
"linux-ubuntu-2404/aarch64-a72-bcm2711-rpi4/gcc": {
21+
"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/usr/local/share/libwebsockets-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 && rm -rf ../destdir && make -j DESTDIR=../destdir install && ctest -j2 --output-on-failure ${cpack}"
1922
}
2023
},
2124
"configurations": {

0 commit comments

Comments
 (0)