File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ def install(self):
95
95
os .chdir (build_path )
96
96
subprocess .check_call (["cmake" , "--install" , "." ], env = dict (os .environ ))
97
97
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()
101
101
102
102
def publish (self ):
103
103
if self ._should_publish ():
@@ -417,13 +417,13 @@ def main():
417
417
418
418
builder .prepare ()
419
419
builder .build ()
420
- builder .bundle_csl2xsb ()
421
- builder .checks ()
420
+ # builder.bundle_csl2xsb()
421
+ # builder.checks()
422
422
builder .install ()
423
- builder .publish ()
423
+ # builder.publish()
424
424
if args .wordsize == '64' :
425
425
builder .package_xswiftbus ()
426
- builder .symbols (args .upload_symbols )
426
+ # builder.symbols(args.upload_symbols)
427
427
428
428
429
429
# run main if run directly
You can’t perform that action at this time.
0 commit comments