Add explanation comments on the build system files

This commit is contained in:
Ribbon 2024-07-09 12:58:07 +00:00 committed by Jeremy Soller
parent 06f038eced
commit 49102f6332
70 changed files with 109 additions and 47 deletions

View file

@ -1,3 +1,5 @@
# Configuration file to install the recipe dependencies inside the Podman container
FROM debian:bookworm-20240513-slim
# _UID_ must be replaced with the user's uid on host

View file

@ -1,6 +1,7 @@
#/usr/bin/env bash
# This script install the Rust toolchain and the build system dependencies
# in Podman after the image has been built
# Install Rust in Podman, after the image has been built
#/usr/bin/env bash
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
cargo +stable install --force --version 0.1.1 cargo-config