This repository was archived by the owner on Jul 15, 2026. It is now read-only.
Commit 899c949
committed
feat: add reproducible build parameters
1. Added CMAKE_SKIP_BUILD_RPATH=ON flag to DEB_CMAKE_EXTRA_FLAGS
2. Modified dh_auto_configure to include DEB_CMAKE_EXTRA_FLAGS in CMake
configuration
3. This ensures reproducible builds by skipping RPATH embedding during
compilation
4. Improves package consistency across different build environments
Influence:
1. Verify that builds are reproducible across different systems
2. Test package installation and runtime functionality
3. Check that library paths are resolved correctly without embedded
RPATH
4. Validate that the build process completes successfully with new flags
feat: 添加可重复编译参数
1. 向 DEB_CMAKE_EXTRA_FLAGS 添加 CMAKE_SKIP_BUILD_RPATH=ON 标志
2. 修改 dh_auto_configure 以在 CMake 配置中包含 DEB_CMAKE_EXTRA_FLAGS
3. 通过在编译期间跳过 RPATH 嵌入来确保可重复构建
4. 提高不同构建环境中包的一致性
Influence:
1. 验证在不同系统上的构建是否可重复
2. 测试包安装和运行时功能
3. 检查在没有嵌入 RPATH 的情况下库路径是否正确解析
4. 验证构建过程是否使用新标志成功完成1 parent 7ca5466 commit 899c949
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | | - | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
0 commit comments