Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address linter / compiler warnings #519

Merged
merged 2 commits into from
Sep 23, 2023
Merged

Address linter / compiler warnings #519

merged 2 commits into from
Sep 23, 2023

Conversation

elazarg
Copy link
Collaborator

@elazarg elazarg commented Jul 17, 2023

No description provided.

@coveralls
Copy link

coveralls commented Jul 17, 2023

Coverage Status

coverage: 88.639% (-0.02%) from 88.654% when pulling 9daf996 on patch into 3300cea on main.

@elazarg
Copy link
Collaborator Author

elazarg commented Sep 22, 2023

@dthaler any idea why does the Windows CI fail?

Signed-off-by: Elazar Gershuni <[email protected]>
@elazarg elazarg force-pushed the patch branch 2 times, most recently from ff31da6 to 57e38e2 Compare September 22, 2023 13:39
@dthaler
Copy link
Contributor

dthaler commented Sep 22, 2023

@dthaler any idea why does the Windows CI fail?

The CICD log says:

CMake Error at CMakeLists.txt:40 (execute_process):
execute_process given unknown argument
"C:/ProgramData/chocolatey/bin/nuget.exe".

Looks like this is somehow due to the changes in CMakeLists.txt

CMakeLists.txt Outdated Show resolved Hide resolved
Signed-off-by: Elazar Gershuni <[email protected]>
@elazarg elazarg merged commit fd85b8a into main Sep 23, 2023
10 checks passed
@elazarg elazarg deleted the patch branch September 23, 2023 16:23
dthaler added a commit to dthaler/ebpf-verifier that referenced this pull request Dec 11, 2023
The elfio line is due to a change in bpf_conformance

The execute_progress line is because a build error has been there since
vbpf#519 where
https://github.com/vbpf/ebpf-verifier/actions/runs/6275811448/job/17044135123
for example shows (starting at line 27 in the log):

Unknown command: 'ARGS'
NuGet.Commands.CommandException: Unknown command: 'ARGS'
   at NuGet.CommandLine.CommandManager.GetCommand(String commandName)
   at NuGet.CommandLine.CommandLineParser.ParseCommandLine(IEnumerable`1 commandLineArgs)
   at NuGet.CommandLine.Program.MainCore(String workingDirectory, String[] args)
Feeds used:
  https://api.nuget.org/v3/index.json
  C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

[execute_process](https://cmake.org/cmake/help/latest/command/execute_process.html)
should not have ARGS whereas
[exec_program](https://cmake.org/cmake/help/latest/command/exec_program.html)
does.

Signed-off-by: Dave Thaler <[email protected]>
dthaler added a commit to dthaler/ebpf-verifier that referenced this pull request Dec 22, 2023
The elfio subdirectory addition is due to a change in bpf_conformance

The execute_progress line change is because a build error has been there since
vbpf#519 where
https://github.com/vbpf/ebpf-verifier/actions/runs/6275811448/job/17044135123
for example shows (starting at line 27 in the log):

Unknown command: 'ARGS'
NuGet.Commands.CommandException: Unknown command: 'ARGS'
   at NuGet.CommandLine.CommandManager.GetCommand(String commandName)
   at NuGet.CommandLine.CommandLineParser.ParseCommandLine(IEnumerable`1 commandLineArgs)
   at NuGet.CommandLine.Program.MainCore(String workingDirectory, String[] args)
Feeds used:
  https://api.nuget.org/v3/index.json
  C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

[execute_process](https://cmake.org/cmake/help/latest/command/execute_process.html)
should not have ARGS whereas
[exec_program](https://cmake.org/cmake/help/latest/command/exec_program.html)
does.

Signed-off-by: Dave Thaler <[email protected]>
elazarg pushed a commit that referenced this pull request Dec 24, 2023
The elfio subdirectory addition is due to a change in bpf_conformance

The execute_progress line change is because a build error has been there since
#519 where
https://github.com/vbpf/ebpf-verifier/actions/runs/6275811448/job/17044135123
for example shows (starting at line 27 in the log):

Unknown command: 'ARGS'
NuGet.Commands.CommandException: Unknown command: 'ARGS'
   at NuGet.CommandLine.CommandManager.GetCommand(String commandName)
   at NuGet.CommandLine.CommandLineParser.ParseCommandLine(IEnumerable`1 commandLineArgs)
   at NuGet.CommandLine.Program.MainCore(String workingDirectory, String[] args)
Feeds used:
  https://api.nuget.org/v3/index.json
  C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

[execute_process](https://cmake.org/cmake/help/latest/command/execute_process.html)
should not have ARGS whereas
[exec_program](https://cmake.org/cmake/help/latest/command/exec_program.html)
does.

Signed-off-by: Dave Thaler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants