Skip to content

Commit b87d01c

Browse files
committed
fixup! TEMP
1 parent 9e242d2 commit b87d01c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/build.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ def install(self):
9595
os.chdir(build_path)
9696
subprocess.check_call(["cmake", "--install", "."], env=dict(os.environ))
9797

98-
if self._should_publish():
99-
self._strip_debug()
100-
self.create_installer()
98+
# if self._should_publish():
99+
# self._strip_debug()
100+
# self.create_installer()
101101

102102
def publish(self):
103103
if self._should_publish():
@@ -417,13 +417,13 @@ def main():
417417

418418
builder.prepare()
419419
builder.build()
420-
builder.bundle_csl2xsb()
421-
builder.checks()
420+
# builder.bundle_csl2xsb()
421+
# builder.checks()
422422
builder.install()
423-
builder.publish()
423+
# builder.publish()
424424
if args.wordsize == '64':
425425
builder.package_xswiftbus()
426-
builder.symbols(args.upload_symbols)
426+
# builder.symbols(args.upload_symbols)
427427

428428

429429
# run main if run directly

0 commit comments

Comments
 (0)