Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Nov 3, 2024
1 parent a46f2ad commit 6e5947e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"rhs": "Windows"
},
"cacheVariables": {
"SWIFT_USE_CRASHPAD": "ON"
"SWIFT_USE_CRASHPAD": "ON",
"SWIFT_BUILD_UNIT_TESTS": "OFF",
"SWIFT_BUILD_SAMPLES": "OFF"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def main():
builder.prepare()
builder.build()
builder.bundle_csl2xsb()
builder.checks()
# builder.checks()
builder.install()
builder.publish()
if args.wordsize == '64':
Expand Down

0 comments on commit 6e5947e

Please sign in to comment.