forkserver_bin is usually embedded via cc_embed_data. So there is no real reason why it should be stamped.

PiperOrigin-RevId: 470013947
Change-Id: I7ff11fafdebb49e14c2b5dcae48c31fda6da2833
This commit is contained in:
Sandboxed API Team 2022-08-25 09:53:52 -07:00 committed by Copybara-Service
parent 7008aa21b6
commit e541f79abd

View File

@ -215,6 +215,7 @@ cc_binary(
name = "forkserver_bin",
srcs = ["forkserver_bin.cc"],
copts = sapi_platform_copts(),
stamp = 0,
deps = [
":comms",
":forkserver",