renovate[bot]
27daee421e
Update actions/checkout action to v5
2025-09-25 02:07:35 +00:00
Joshua M. Boniface
a74b8010d1
Merge pull request #74 from jellyfin/renovate/actions-checkout-digest
...
Update actions/checkout digest to 08eba0b
2025-09-24 22:06:17 -04:00
Joshua M. Boniface
ec7be8479b
Merge pull request #75 from jellyfin/renovate/ci-deps
...
Update actions/checkout action to v4.3.0
2025-09-24 22:05:45 -04:00
Joshua M. Boniface
87c0f1cbcf
Merge pull request #69 from jellyfin/renovate/actions-download-artifact-digest
...
Update actions/download-artifact digest to d3f86a1
2025-09-24 22:02:41 -04:00
evan314159
58b4938c98
fix Dockerfile FROM as casing warnings ( #84 )
2025-09-20 07:23:28 -06:00
Joshua M. Boniface
729990ac33
Fix ICU dependency for Debuntu
2025-08-30 11:21:09 -04:00
Nyanmisaka
50c398a503
Update Intel Compute Runtime (legacy) to 24.35.30872.36 ( #79 )
2025-08-22 19:00:10 -06:00
Joshua M. Boniface
3c8c6db246
Add missing GCC_ARCH for Ubuntu
2025-08-18 01:27:06 -04:00
Joshua M. Boniface
08cf8c750d
Update Trixie test build to arm64 only
2025-08-14 11:41:43 -04:00
Joshua M. Boniface
671d66c35c
Fix Trixie cross-building
...
Debian 13 removed the `cross-gcc-dev` package as it was unmaintained
(Debian bug #1107126 ). This broke the existing cross build setup.
Instead, switch to using binary cross-gcc packages, which work the same
without having to manually generate the libraries. This is still fully
symmetrical.
2025-08-14 11:39:15 -04:00
renovate[bot]
45efff4e5c
Update actions/checkout action to v4.3.0
2025-08-13 04:49:29 +00:00
Joshua M. Boniface
6c2a024157
temp: add Trixie release build
2025-08-13 00:48:34 -04:00
Joshua M. Boniface
8f821c9540
Add ICU libs to Docker builders
2025-08-12 23:13:17 -04:00
renovate[bot]
c0924a7ea7
Update actions/checkout digest to 08eba0b
2025-08-11 11:04:07 +00:00
renovate[bot]
26f0cdad79
Update actions/download-artifact digest to d3f86a1
2025-08-10 15:42:30 +00:00
Joshua M. Boniface
d6231a55b2
temp: remove preview build windows-only
2025-08-03 20:47:51 -04:00
Joshua M. Boniface
416478002c
temp: apply #72 to temp script
2025-08-03 20:31:38 -04:00
Joshua M. Boniface
fdf123b5d4
Merge pull request #72 from JPVenson/bugfix/FixWindowsPreviewBuilds
...
Copy correct licence file
2025-08-03 20:17:56 -04:00
JPVenson
df44c8a416
Copy correct licence file
2025-08-04 00:14:50 +00:00
Joshua M. Boniface
aa98c2ead3
temp: add Windows-only workflow
2025-08-03 19:42:44 -04:00
Joshua M. Boniface
e4c0cd320f
Merge pull request #71 from JPVenson/bugfix/FixWindowsPreviewBuilds
...
Add missing "python" command
2025-08-03 19:40:31 -04:00
JPVenson
44518400a6
Add missing "python" command
2025-08-03 23:09:12 +00:00
Joshua M. Boniface
6727b4e9c7
Remove LICENSE file copy as this fails
...
No idea why when it's the same as the main builds, but we also havn't
run those in a while either.
2025-07-12 15:23:42 -04:00
Joshua M. Boniface
ec6efe3944
Add Trixie builds (and switch Docker to Trixie)
2025-06-15 15:06:18 -04:00
Joshua M. Boniface
ba0702804a
Remove temporary preview builder
2025-06-15 14:41:54 -04:00
Joshua M. Boniface
7c9f0a3da1
Wrap libjemalloc symlink in conditional
2025-06-14 22:53:04 -04:00
Joshua M. Boniface
70b62123db
Improve libjemalloc detection
...
Instead of using dpgk-architecture (in `dpkg-dev`), directly find the
file with ldconfig -p, a grep, an awk, and head -n1 to find the first
instance.
This is not very pretty but should work universally.
2025-06-14 22:45:46 -04:00
Joshua M. Boniface
90bf1c632a
Properly support libjemalloc multiarch
2025-06-14 22:31:43 -04:00
Joshua M. Boniface
85f3482551
Add libjemalloc2 to Debian packages
...
Addresses jellyfin/jellyfin#11588 for Debuntu packages, mirroring #70
for these OS-level packages.
2025-06-14 13:14:06 -04:00
Joshua M. Boniface
07c9df780e
Merge pull request #70 from gnattu/use-jemalloc
...
Use jemalloc by default on Docker image
2025-06-13 23:12:09 -04:00
gnattu
d1d7e29459
grammar
...
Co-authored-by: Tim Eisele <Tim_Eisele@web.de >
2025-06-12 20:36:30 +08:00
gnattu
6fe7caf49d
Use jemalloc by default on Docker image
2025-06-12 18:54:01 +08:00
Joshua M. Boniface
47b0b2271a
Fix typo
2025-06-07 17:01:14 -04:00
Joshua M. Boniface
5aabc6a7a1
Add temporary Docker builder
2025-06-07 16:41:02 -04:00
Joshua M. Boniface
0d1b457b1e
Correct manifests for Docker preview builds
2025-06-07 16:40:04 -04:00
Joshua M. Boniface
499fddfa78
Remove deprecated armhf builds for 10.11.x
2025-06-07 16:21:22 -04:00
Joshua M. Boniface
32a8c20879
Add preview build workflow
...
For rcX builds before releases.
2025-06-07 16:12:20 -04:00
Joshua M. Boniface
fce63a8cdb
Split release and unstable workflows
...
A lot of code duplication for now, but ensures these are kept separate.
2025-06-07 16:07:53 -04:00
Joshua M. Boniface
cb0a46dccd
Fix bug with incorrect reprepro dir
2025-06-05 12:31:16 -04:00
Joshua M. Boniface
e6a6d65482
Merge pull request #67 from jellyfin/upd-nuget
...
Add new nuget packages
2025-04-27 21:13:17 -04:00
Cody Robibero
51f233c691
Add new nuget packages
2025-04-27 18:15:11 -06:00
renovate[bot]
428c0ca386
Update actions/download-artifact digest to d3f86a1 ( #64 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-26 09:42:58 -06:00
Nyanmisaka
a3b1e6f876
Update Intel and Arm Mali OpenCL runtimes ( #65 )
2025-04-26 09:42:49 -06:00
Joshua M. Boniface
055ab253b3
Remove sudo from Nuget build
...
Causes failures due to PATH differences.
2025-04-19 00:13:49 -04:00
Joshua M. Boniface
be9092b3c8
Fix ordering of CONFIG arg
2025-04-15 13:18:16 -04:00
Joshua M. Boniface
8e34413f4d
Fix CONFIG env for Docker build
2025-04-15 13:07:21 -04:00
Joshua M. Boniface
24b3688763
Merge pull request #61 from jellyfin/deprecated-script-stop
...
Replace obsolete script_stop option
2025-04-11 19:45:03 -04:00
Joshua M. Boniface
3809e92f8c
Merge pull request #62 from jellyfin/dotnet-version
...
Add setting .NET version for nuget packages
2025-04-11 19:44:11 -04:00
Joshua M. Boniface
34ba5153c4
Add support for Debug releases
...
Allows specifying --debug to build.py to build Debug builds of the
server, facilitating easier debugging. This is then called by default
for weekly builds.
2025-04-11 16:52:35 -04:00
Cody Robibero
3ab10fdf1c
Update release-build.yaml
2025-04-10 12:01:42 -06:00