Skip to content

Add FreeBSD operating system support. #1925

Add FreeBSD operating system support.

Add FreeBSD operating system support. #1925

Triggered via pull request November 4, 2023 10:13
@er2offer2off
synchronize #3108
v1.x
Status Failure
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Commit message check
8s
Commit message check
Code formatting check
54s
Code formatting check
Baseline cmake check
0s
Baseline cmake check
Documentation Build
0s
Documentation Build
Android
0s
Android
Matrix: Linux
Matrix: Mac
Matrix: Windows
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Code formatting check
clang-format issues were found. See CONTRIBUTING.md for more information. diff --git a/renderdoc/os/posix/bsd/bsd_process.cpp b/renderdoc/os/posix/bsd/bsd_process.cpp index 3301c17..ec59043 100644 --- a/renderdoc/os/posix/bsd/bsd_process.cpp +++ b/renderdoc/os/posix/bsd/bsd_process.cpp @@ -25,8 +25,8 @@ #include <dlfcn.h> // for dlsym #include <stdlib.h> // clang-format off: sys/types.h needs to be included before sys/sysctl.h -#include <sys/types.h> #include <sys/sysctl.h> +#include <sys/types.h> // clang-format on #include <sys/user.h> #include <unistd.h> diff --git a/renderdoc/os/posix/bsd/bsd_stringio.cpp b/renderdoc/os/posix/bsd/bsd_stringio.cpp index bce9b9d..12be4ea 100644 --- a/renderdoc/os/posix/bsd/bsd_stringio.cpp +++ b/renderdoc/os/posix/bsd/bsd_stringio.cpp @@ -30,8 +30,8 @@ #include <stdio.h> #include <string.h> #include <sys/stat.h> -#include <sys/types.h> #include <sys/sysctl.h> +#include <sys/types.h> #include <time.h> #include <unistd.h> #include <set>
Code formatting check
Process completed with exit code 1.