Skip to content

Commit df9841a

Browse files
authored
[sycl-rel][NFC] Add --use-zstd to configure.py (#18920)
#18547 introduced new flag, unsupported by the 6_2 release.
1 parent cf18fe1 commit df9841a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildbot/configure.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,9 @@ def main():
417417
"--native-cpu-libclc-targets",
418418
help="Target triples for libclc, used by the Native CPU backend",
419419
)
420+
parser.add_argument(
421+
"--use-zstd", action="store_true", help="Placeholder, does nothing currently."
422+
)
420423
args, passthrough_args = parser.parse_known_intermixed_args()
421424

422425
print("args:{}".format(args))

0 commit comments

Comments
 (0)