docs: move release process under doc
This commit is contained in:
@@ -58,7 +58,7 @@ following properties:
|
||||
| `BUILD_DESC` | Git describe output, written to `build.h` at build time |
|
||||
| `BUILD_DATE` | **Commit timestamp** (NOT wall-clock), from `git log -n 1 --format=%ci` |
|
||||
| `__DATE__`/`__TIME__` fallback | Dead code in practice — `build.h` always defines `BUILD_DATE` |
|
||||
| Build paths in binaries | Currently absolute; should add `-ffile-prefix-map` for full reproducibility |
|
||||
| Build paths in binaries | Mapped with `-ffile-prefix-map=${CMAKE_SOURCE_DIR}=.` so absolute source paths do not leak into debug info |
|
||||
|
||||
### Verifying reproducibility
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
# Scripts
|
||||
|
||||
Operational scripts for the Triangles project. See also `release-process.md`
|
||||
at the repo root for the canonical release pipeline documentation.
|
||||
Operational scripts for the Triangles project. See also `doc/release-process.md`
|
||||
for the canonical release pipeline documentation.
|
||||
|
||||
## Build verification
|
||||
|
||||
|
||||
Reference in New Issue
Block a user