Block a user
generate all config files
release-conf.json
: read stages to run from taskstoml
configs (eg.release.stages = ["compile"]
) . by default (ifrelease.stages
in not specified) we want a complete run that can be…
Advanced documentation
Keep consistency within Makefile
and CMakeLists.txt
, because clang++
will automatically add -Wsign-conversion
when using -Wconversion
, while g++
would not. So we should update this…
Advanced documentation
- After the semester, we should chore out some of the redundant field in
repo.toml
, and do some refinement on some "permanent"(don't need to change from time to time) information into it
Advanced documentation
- to simplify the usage of Grafana, we place each of the sanitzier stage in front of the run stage, each with name as
[joj] exi-asan
,[joj] exi-msan
,[joj] exi-ubsan
and[joj] exi run
-…
Advanced documentation
conf-release.json
, generated from all conf.toml
file or just out of conf-release.toml
Advanced documentation
- in C++,
CMakeLists.txt
use the compiler as/usr/lib/llvm-18/bin/clang++
to avoid the improper error about links of libraries
Distribution issues in ENGR1510J and solutions