Skip to content

Commit

Permalink
Disabling WebShell which is Linux specific
Browse files Browse the repository at this point in the history
 /Users/runner/work/ThunderNanoServices/ThunderNanoServices/ThunderNanoServices/WebShell/WebShell.cpp:291:25: error: use of undeclared identifier 'signalfd'
            _signalFD = signalfd(-1, &sigset, 0);
                        ^
/Users/runner/work/ThunderNanoServices/ThunderNanoServices/ThunderNanoServices/WebShell/WebShell.cpp:361:45: error: variable has incomplete type 'struct signalfd_siginfo'
                    struct signalfd_siginfo info;
                                            ^
/Users/runner/work/ThunderNanoServices/ThunderNanoServices/ThunderNanoServices/WebShell/WebShell.cpp:361:28: note: forward declaration of 'signalfd_siginfo'
                    struct signalfd_siginfo info;
                           ^
3 errors generated.
  • Loading branch information
VeithMetro authored Nov 8, 2024
1 parent af3782b commit 79c6ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MacOS build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
-DPLUGIN_TESTUTILITY=ON \
-DPLUGIN_WEBPROXY=ON \
-DPLUGIN_WEBSERVER=ON \
-DPLUGIN_WEBSHELL=ON \
-DPLUGIN_WEBSHELL=OFF \
-DPLUGIN_WIFICONTROL=ON \
-DSTORE_TEST=ON \
-DTEST_AUTOMATION_TOOLS=ON \
Expand Down

0 comments on commit 79c6ffa

Please sign in to comment.