Add FreeBSD operating system support. #1923
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Baseline cmake check
0s
Documentation Build
0s
Android
0s
Matrix: Linux
Matrix: Mac
Matrix: Windows
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.
|