File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 - name : Build proxy
5959 run : |
60- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF -G Ninja
60+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF -DENABLE_USE_PAM_AUTH=ON - G Ninja
6161 cmake --build build --config Release
6262
6363 - name : Archive artifacts
7878
7979 - name : Build proxy
8080 run : |
81- CC=clang CXX=clang++ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" -G Ninja
81+ CC=clang CXX=clang++ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS="-static" -DENABLE_USE_PAM_AUTH=ON - G Ninja
8282 cmake --build build --config Release
8383
8484 - name : Archive artifacts
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Build proxy
110110 run : |
111- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF -DENABLE_MIMALLOC_STATIC=ON -G Ninja
111+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF -DENABLE_MIMALLOC_STATIC=ON -DENABLE_USE_PAM_AUTH=ON - G Ninja
112112 cmake --build build --config Release
113113
114114 - name : Archive artifacts
You can’t perform that action at this time.
0 commit comments