Skip to content

Commit

Permalink
[ci] Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 5, 2024
1 parent d201129 commit 6a97b25
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .well-known/funding-manifest-urls
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://raw.githubusercontent.com/jcelerier/jcelerier/refs/heads/master/funding.json
https://jcelerier.name/funding.json
2 changes: 1 addition & 1 deletion 3rdparty/avendish
2 changes: 1 addition & 1 deletion 3rdparty/libossia
17 changes: 15 additions & 2 deletions ci/archlinux-qt6-system.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,20 @@ $SUDO pacman -S --noconfirm --needed \
xcb-proto xcb-util xcb-util-cursor xcb-util-image \
xcb-util-keysyms xcb-util-renderutil xcb-util-wm \
qt6-base qt6-shadertools qt6-tools qt6-declarative qt6-scxml qt6-websockets qt6-serialport \
fmt spdlog rapidjson rubberband libsamplerate libsndfile \
wiiuse re2 catch2 snappy mimalloc rapidfuzz-cpp pd vst3sdk
fmt spdlog rapidjson \
rubberband \
libsamplerate \
libsndfile \
wiiuse \
re2 \
catch2 \
snappy \
rapidfuzz-cpp \
pd \
vst3sdk \
hdf5 \
faust \
gpsd \
zita-alsa-pcmi

source ci/common.deps.sh
2 changes: 1 addition & 1 deletion ci/trixie-system.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cmake --build .
cmake --build . --target install
# cmake --build . --target package

mv *.deb ..
# mv *.deb ..

0 comments on commit 6a97b25

Please sign in to comment.