mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-25 21:04:39 +08:00
ci: vitasdk/vitasdk Docker container switched from Alpine to Ubuntu
See https://github.com/vitasdk/docker/commit/960c16ac232642d2a3d013709b24d82b30ebe37d [sdl-ci-filter *vita*]
This commit is contained in:
@@ -714,8 +714,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool, ctest_args
|
||||
case SdlPlatform.Vita:
|
||||
job.ccache = True
|
||||
job.sudo = ""
|
||||
job.apt_packages = []
|
||||
job.apk_packages = ["ccache", "cmake", "ninja", "pkgconf", "bash", "tar"]
|
||||
job.apt_packages.extend(["ccache", "cmake", "unzip"])
|
||||
job.cmake_toolchain_file = "${VITASDK}/share/vita.toolchain.cmake"
|
||||
assert spec.vita_gles is not None
|
||||
job.setup_vita_gles_type = {
|
||||
|
||||
Reference in New Issue
Block a user