Commit graph

164 commits

Author SHA1 Message Date
Fijxu
78f51109f4
Update linux-mingw image.
- No need to download boost from suyu/ext-linux-bin since the package is
  already on the ownstuff repository. Same for SDL
- Use mingw-w64-cmake instead of the system Cmake
2024-04-02 13:31:26 -03:00
Fijxu
68661c2003
Add Android docker image 2024-03-25 14:01:34 -03:00
Fijxu
1e136ee1b4
Use mold binary from ext-linux-bin 2024-03-24 20:42:53 -03:00
Fijxu
e736afe693
Use mold binary from ext-linux-bin 2024-03-24 19:13:44 -03:00
Fijxu
fb9ed6ee1d
Use ccache binary from ext-linux-bin 2024-03-24 18:36:26 -03:00
Fijxu
bae4b696ad
. 2024-03-24 01:52:05 -03:00
Fijxu
795670b335
Add missing dockerd-entrypoint.sh 2024-03-24 01:37:43 -03:00
Fijxu
cb1a749e3c Update .forgejo/workflows/ci.yml 2024-03-24 05:29:45 +01:00
Fijxu
51b7ef927b Update .forgejo/workflows/ci.yml 2024-03-24 05:00:41 +01:00
Fijxu
26a693f9e9
Docker DinD with Forgejo Runner built it 2024-03-24 00:59:01 -03:00
Fijxu
5597d10b13
Update Image users 2024-03-23 15:52:15 -03:00
Fijxu
431cdf4738
Install nodejs in containers for statements 2024-03-22 19:29:32 -03:00
Fijxu
56f2c86b69
test1234567 2024-03-22 16:14:23 -03:00
Fijxu
9c5ab11e3a
test123456 2024-03-22 16:02:04 -03:00
Fijxu
72924b834d
test12345 2024-03-22 14:54:29 -03:00
Fijxu
8bd23e2d33
test1234 2024-03-22 14:52:49 -03:00
Fijxu
67e11b2a96
test123 2024-03-22 14:33:19 -03:00
Fijxu
07e781c2ca
test123 2024-03-22 14:31:59 -03:00
Morph
4eae6a7678
Merge pull request #75 from lat9nq/mingw-pefile-pacman
mingw: Install pefile through pacman
2023-07-10 22:07:23 -04:00
lat9nq
1ed95df536 mingw: Install pefile through pacman
Recent Arch Linux packaging policy changes require Python modules to
be installed through the package manager, not pip.

pip is still installed for compatibility with existing docker scripts
on yuzu's side.
2023-07-09 16:15:10 -04:00
toast2903
41caf444bb
Merge pull request #74 from yuzu-emu/update-sdl
Update SDL to 2.26.4
2023-06-05 16:09:30 -04:00
Narr the Reg
51366ca5de
Update SDL to 2.26.4 2023-06-05 14:04:39 -06:00
liamwhite
68f900825f
Merge pull request #73 from lat9nq/tfx-avfilter
transifex: Add libavfilter-dev
2023-05-31 17:49:20 -04:00
lat9nq
97a5f6bb7e transifex: Add libavfilter-dev 2023-05-30 17:27:38 -04:00
lat9nq
c08ae8ad0e transifex: Move individual packages/commands to their own lines 2023-05-30 17:27:28 -04:00
Morph
150c299010
Merge pull request #72 from lat9nq/boost-79
Install Boost 1.79 for mingw, fresh-arm64
2023-03-25 18:09:52 -04:00
lat9nq
4df5ab453a mingw: Install Boost 1.79 from a pre-built package
Effectively downgrades boost from 1.81 to 1.79 at time of writing. 1.79 appears
to be causing issues in yuzu during runtime.
2023-03-25 17:46:49 -04:00
lat9nq
b99f57fabf fresh-arm64: Set vcpkg to 2022.08.15
Provides fmt 9.0.0, Boost 1.79. This downgrades from upstream vcpkg's Boost
1.81 as a result of runtime issues in yuzu by Boost >= 1.80.
2023-03-25 17:46:24 -04:00
liamwhite
16761c5017
Merge pull request #71 from Morph1984/boost
linux-fresh: Use boost 1.79.0 instead
2023-03-25 16:06:45 -04:00
Morph
af31bf0603 linux-fresh: Use boost 1.79.0 instead
Initial testing has uncovered that boost 1.81.0 may have been the source of some issues, reverting this for now.
2023-03-25 13:30:21 -04:00
liamwhite
8656368e61
Merge pull request #70 from lat9nq/update-to-focal
fresh: Update container to Ubuntu focal
2023-03-23 19:31:06 -04:00
lat9nq
c998768fc2 fresh: Remove Qt Web Engine installation
Appears to not have solvable dependencies at the moment, causing the container
to not build. Additionally, we don't ship yuzu with the Web Engine support
compiled anyway.
2023-03-23 19:17:46 -04:00
lat9nq
c44be88736 fresh: Update container to Ubuntu focal
Ubuntu bionic loses support next month, so we are getting ahead of it by
upgrading to Ubuntu 20.04 (focal) now.
2023-03-23 18:07:31 -04:00
liamwhite
822e8e95d4
Merge pull request #69 from behunin/format
Move to Clang Format 15
2023-01-29 18:21:29 -05:00
Behunin
ce4ae3ae98 Move to Clang Format 15 2023-01-29 13:49:08 -07:00
liamwhite
e02bab4939
Merge pull request #68 from abouvier/patch-1
fresh: use catch2 from vcpkg
2023-01-22 16:09:46 -05:00
Alexandre Bouvier
747fbcd282
fresh: use catch2 from vcpkg 2023-01-05 04:32:29 +00:00
liamwhite
86642c2bb7
Merge pull request #35 from yzct12345/extras
linux-fresh: Add QtX11Extras
2022-12-17 16:35:55 -05:00
yzct12345
a7aa8659c0 linux-fresh: Add QtX11Extras 2022-12-13 19:41:25 -05:00
lat9nq
6fe2906b18
Merge pull request #65 from yuzu-emu/add-arm64-fresh
fresh-arm64: add linux-fresh-arm64
2022-11-29 20:29:48 -05:00
Morph
aa871d982a
Merge pull request #67 from lat9nq/transifex-cmake-322
transifex: Update CMake to 3.22.6
2022-11-29 20:21:38 -05:00
lat9nq
c958e49bb9 transifex: Update CMake to 3.22.6
See yuzu-emu/build-environments#66 for details
2022-11-29 20:18:00 -05:00
Liam
ed4c8a34db fresh-arm64: add linux-fresh-arm64 2022-11-29 08:24:38 -05:00
Morph
75d1fa4ec7
Merge pull request #66 from lat9nq/fresh-bump-cmake
fresh: Increase CMake version to 3.22.6
2022-11-28 22:41:24 -05:00
lat9nq
922149a2a5 fresh: Increase CMake version to 3.22.6
Required for yuzu-emu/yuzu#9300
2022-11-28 22:19:09 -05:00
lat9nq
ff01477742
Merge pull request #64 from yuzu-emu/revert-58-fresh-control-vcpkg
Revert "fresh: Specify vcpkg version"
2022-10-18 16:29:26 -04:00
lat9nq
22b1a82072
Revert "fresh: Specify vcpkg version" 2022-10-18 16:29:16 -04:00
liushuyu
23f8b7f6f1
Merge pull request #63 from lat9nq/drop-conan
fresh, mingw: Drop Conan installation
2022-10-15 00:42:04 -06:00
lat9nq
df1562ad0b mingw: Drop Conan installation 2022-10-15 02:21:04 -04:00
lat9nq
6152c43af4 fresh: Drop Conan installation 2022-10-15 02:20:46 -04:00