-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Run bootstrapping tests on Buildkite #261
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request, @wilzbach! |
17d9f27
to
1c0c3ad
Compare
buildkite.sh
Outdated
|
||
################################################################################ | ||
|
||
cat << 'EOF' | ||
- wait |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So ideally we could start these tests in the beginning (they are totally independent to the distribution step and the following projects.)
However, it looks like a wait is a global one and thus we seem to only have two options:
- add them after the
wait
on the distribution - add the bootstrapping projects as separate pipeline
706b645
to
79a3380
Compare
Looks like it's failing with LDC:
|
Once this is working, it would allow to retire SemaphoreCi.
OTOH the four parallel builds we get at SemaphoreCi are really fast, so maybe we don't want to do this until we have more agents or flexible scaling.
TODO for the future:
gcc-multilib
+libcurl3-dev:i386
)gdb
on Debian)