Skip to content

Commit c0503c5

Browse files
committed
Merge remote-tracking branch 'u/master' into nightly
1 parent 7a812cb commit c0503c5

54 files changed

Lines changed: 1476 additions & 367 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codeql-prebuild-cpp-Linux.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ sudo apt-get install -y \
2424
g++-10 \
2525
libayatana-appindicator3-dev \
2626
libavdevice-dev \
27-
libboost-filesystem-dev \
28-
libboost-locale-dev \
29-
libboost-log-dev \
30-
libboost-program-options-dev \
3127
libcap-dev \
3228
libcurl4-openssl-dev \
3329
libdrm-dev \

.codeql-prebuild-cpp-Windows.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pacman -Syu --noconfirm --ignore=mingw-w64-ucrt-x86_64-curl \
1919
gcc \
2020
git \
2121
make \
22-
mingw-w64-ucrt-x86_64-boost \
2322
mingw-w64-ucrt-x86_64-cmake \
2423
mingw-w64-ucrt-x86_64-cppwinrt \
2524
mingw-w64-ucrt-x86_64-graphviz \

.codeql-prebuild-cpp-macOS.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ brew install \
1313
# build
1414
mkdir -p build
1515
cd build || exit 1
16-
cmake -G "Unix Makefiles" ..
16+
cmake \
17+
-DBOOST_USE_STATIC=OFF \
18+
-G "Unix Makefiles" ..
1719
make -j"$(sysctl -n hw.logicalcpu)"
1820

1921
# skip autobuild

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ body:
9595
- Linux - deb
9696
- Linux - Docker
9797
- Linux - flatpak
98+
- Linux - Homebrew
9899
- Linux - nixpkgs (Third Party)
99100
- Linux - PKGBUILD
100101
- Linux - pkg.tar.zst
101102
- Linux - rpm
102-
- Linux - solus (Third Party)
103-
- macOS - dmg
103+
- macOS - Homebrew
104104
- macOS - Portfile
105105
- Windows - Chocolatey (Third Party)
106106
- Windows - installer
107107
- Windows - portable
108108
- Windows - Scoop (Third Party)
109-
- Windows - Winget (Third Party)
109+
- Windows - Winget
110110
- other (not listed)
111111
- other (self built)
112112
- other (fork of this repo)

0 commit comments

Comments
 (0)