Commit graph

10 commits

Author SHA1 Message Date
ViniciusCruzMoura 265c5d03e6 Dockerfile: change to use llvm/clang toolchain
Some checks failed
Build (Linux, x86-64) / build-linux-amalgamate (push) Has been cancelled
Build (Linux, x86-64) / build-linux-full (push) Has been cancelled
Format Check / clang-format (push) Has been cancelled
Release Nightly (Linux, x86-64) / release-linux (push) Has been cancelled
add a dedicated clang stage that installs llvm/clang
sets clang/clang++ and lld as default

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-04-08 02:09:54 -05:00
ViniciusCruzMoura 223541b009 fix(Dockerfile): install libglm-dev to satisfy meson glm dependency
meson failed with a runtime dependency error
"""
4J.Render/meson.build:4:7: ERROR: Dependency "glm" not found, tried pkgconfig and cmake
"""
add libglm-dev so meson can find glm

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-04-08 02:09:54 -05:00
ViniciusCruzMoura 1e94adb190 Dockerfile: upgrade GCC to 15
replace gcc-14/g++-14 with gcc-15/g++-15 and change update-alternatives
to make gcc 15 the default,
this fixes compiler errors caused by use of c++23 (flat_map)
which require gcc 15+

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-04-08 02:09:54 -05:00
ViniciusCruzMoura 882680f4f9 fix(Dockerfile): update Meson version and README
Update the Meson version in the Dockerfile because commit
d54e365 changed the minimum required version

Add a command to the README to remove orphan Docker images

Update the run command in the README to include a config that
automatically removes the container when it exits

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-03-22 20:14:06 -04:00
project516 72adc97cae
Update Dockerfile
fix docker build failing
2026-03-16 08:39:28 -05:00
ViniciusCruzMoura bb11612513 fix(Dockerfile): add missing backslash
the change in commit 52ee114 did not include a backslash
after the libpthread-stubs0-dev dependency at the end of the line,
which caused a build failure. this fix ensures proper parsing
of the dockerfile

Signed-off-by: ViniciusCruzMoura <contato.cruz.moura@gmail.com>
2026-03-15 02:14:51 -04:00
Tropical 6c67565a0b fix: dont invoke apt-get with sudo in dockerfile 2026-03-10 18:10:45 -05:00
Tropical 52ee114f24 refactor: dont depend on libpng and libdl, update docs 2026-03-10 17:57:56 -05:00
zukrmn c15f131bf3 build(docker): add clang and lld for llvm compilation support 2026-03-07 13:38:06 +00:00
zukrmn ff7276be18 docs: add devcontainer and missing libpng-dev dependency 2026-03-06 15:30:21 +00:00