Skip to content

Commit afc3c25

Browse files
committed
Update Looking Glass
- reconfigure CI to compile only TCP, RXM
1 parent a1b0f61 commit afc3c25

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
&& cd ./libfabric
3131
&& sudo ./autogen.sh
3232
&& ./configure
33+
--enable-only
34+
--enable-tcp=yes
35+
--enable-rxm=yes
3336
&& make -j $(nproc)
3437
&& sudo make install
3538
&& sudo cp -r include/. /usr/include

0 commit comments

Comments
 (0)