Compare commits
No commits in common. "main" and "v8.3.0-98" have entirely different histories.
2 changed files with 2 additions and 15 deletions
|
@ -9,8 +9,8 @@ jobs:
|
|||
container:
|
||||
image: ubuntu:22.04
|
||||
env:
|
||||
pkgver: 8.3.3
|
||||
buildno: 21
|
||||
pkgver: 8.3.0
|
||||
buildno: 98
|
||||
qtver: 5.15.3
|
||||
steps:
|
||||
- name: Environment setup
|
||||
|
@ -37,7 +37,6 @@ jobs:
|
|||
cd build
|
||||
git apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_v8-use-system-clang.patch
|
||||
git apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/disable-licensing-limits.patch
|
||||
git apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_common-officefileformatchecker2-add-limits-include.patch
|
||||
- name: Development setup
|
||||
run: |
|
||||
mkdir -p build/build_tools/system_qt-$qtver/gcc_64
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/core/Common/OfficeFileFormatChecker2.cpp b/core/Common/OfficeFileFormatChecker2.cpp
|
||||
index d2887d78..43c28a0b 100644
|
||||
--- a/core/Common/OfficeFileFormatChecker2.cpp
|
||||
+++ b/core/Common/OfficeFileFormatChecker2.cpp
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
#include "3dParty/pole/pole.h"
|
||||
#include <algorithm>
|
||||
+#include <limits>
|
||||
|
||||
#include "OfficeFileFormatDefines.h"
|
||||
|
Loading…
Add table
Reference in a new issue