Skip to content

Commit 221394e

Browse files
committed
Toolchains: Update strip resigning README
1 parent 5b61857 commit 221394e

File tree

1 file changed

+3
-2
lines changed
  • BinaryBuilderToolchains.jl/test/testsuite/CToolchain/08_strip_resigning

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# strip auto code resigning
1+
# strip determinism and auto code resigning
22

33
On macOS where code signatures are required for execution, `clang` automatically signs its output with a cryptographic signature that is then invalidated if `strip` gets its grubby little hands on the binary.
4-
This test ensures that our wrapper around `strip` properly suppresses the warning message about this from `strip`, and also properly
4+
This test ensures that our wrapper around `strip` properly suppresses the warning message about this from `strip`.
5+
It also tests that the output of `strip` is deterministic.

0 commit comments

Comments
 (0)