This repository is dedicated to the bundling of assets for the factory engine system. All items will be uploaded as releases under appropriate tags.
ARG PLATFORM=linux/amd64
PLATFORM=linux/amd64
PLATFORM=linux/arm64
ARG BUILD_IMAGE=bionic-20210512
ubuntu:bionic-20210512
ubuntu:focal
ubuntu:jammy
ubuntu:noble
debian:bookworm
debian:bullseye
sudo apt install libc-dbgsudo apt install python3 libc-dbgDiscovered via:
sudo sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
sudo apt update
apt source valgrind
apt source gdbThen inspecting:
debian/rules # for the configuration flags
debian/control # for the build time and run time dependencies
Also gdb --configuration
Also there were issues with the gdb configure script, leaving most commands blank and just having the libs existing to automatically enable the flags is better.