VROOM-Project / vroom-docker

Docker image for vroom and vroom-express
BSD 2-Clause "Simplified" License
88 stars 58 forks source link

Upgrade gcc + #88

Closed joewragg closed 1 month ago

joewragg commented 1 month ago

Use trixie as builder and upgrade gcc from trixie for runner

jcoupey commented 1 month ago

The build is OK but then the test script fails here:

https://github.com/VROOM-Project/vroom-docker/blob/c24f900b2f4886ae12411ebd20670684ca2e5d23/tests/test.sh#L32-L37

joewragg commented 1 month ago

I think the issue was due to line endings I've pushed a gitattributes to fix line endings to LF for all users

edit: seeing some dynamic library runtime issues

joewragg commented 1 month ago

Just pushed a fix but it means that we are manually installing node into the debian-trixie runner image which isn't ideal at all

joewragg commented 1 month ago

OK latest push is to install the required packages from trixie instead

joewragg commented 1 month ago

Any chance we can get this merged? @jcoupey