Skip to content

Commit b6b46e7

Browse files
committed
sai: add x86_64 builder
1 parent a907409 commit b6b46e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.sai.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
},
1414
"ubuntu-noble/riscv64/gcc": {
1515
"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}"
16+
},
17+
"rocky9/x86_64-amd/gcc": {
18+
"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}"
1619
}
1720
},
18-
1921
"configurations": {
2022
"default": {
2123
"cmake": ""

0 commit comments

Comments
 (0)