-
Notifications
You must be signed in to change notification settings - Fork 20
Testing Swift CI integration #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci test |
998e84d
to
9bdaf15
Compare
@swift-ci test |
1 similar comment
@swift-ci test |
@ahoppen is the crash (Swift main) a known macros bug?
|
Could you try bumping the version requirement to 509.0.2? This might be swiftlang/swift-syntax#2321, which isn’t in 509.0.1. |
@swift-ci test |
1083920
to
20d6488
Compare
20d6488
to
3326ac8
Compare
@swift-ci test |
FileCheck is an internal LLVM tool which is hard for both Swift-CI and contributors to install. These tests provide value, but we need to find an alternative tool. Until then update the FileCheck tests to skip running if the FileCheck binary cannot be found on the host system.
3326ac8
to
e41ad91
Compare
@swift-ci test |
@neonichu @MaxDesiatov if you take a look at https://ci.swift.org/job/pr-swift-mmio-linux-510/8/ you can see the issue I was mentioning a while back where SPM rebuilds my entire library between calls: build: lint
@echo "building..."
@swift build \
--configuration $(CONFIGURATION) \
--explicit-target-dependency-import-check error
test: build
@echo "testing..."
@swift test \
--configuration $(CONFIGURATION) \
--parallel \
--explicit-target-dependency-import-check error This seems to bloat CI time by ~8 minutes |
@swift-ci test |
@swift-ci test |
Fixes #42 |
No description provided.