-
-
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
Add bpfkorea/agora and Geod24/localrest #394
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request, @Geod24! |
Oh, I don't have write access here, you'll have to wait fo someone else. |
Oh it somehow tries to use |
Yes of course. That's the main development branch. Just run |
I was talking about the repository being tested, e.g.:
I'm going to check how it's done for Sociomantic projects, as they don't have a master branch either. |
The former is our company's main project and uses a lot of C++ interop on POSIX. The second uses threads, message passing and std.concurrency.
Got it: as we don't have a tagged release yet, it tries to use |
I need |
It used to be that you could just add your dependencies to the ansible files ( ci/ansible/roles/test_deps/tasks/main.yml Line 10 in 338a692
Re recent C++ compiler: the agents use Debian Jessie, so that might be a bit hard. |
Yeah I need 6.1 and Jessie uses 4.9. So I guess this is a dead end ? If so I'll just remove |
Yeah you probably have to ping Martin Nowak for a newer Buildkite image. |
Blocked by #396 |
Agora actually caught regression 20022, so we'll have to wait for stable to have dlang/dmd#10127 and for it to be merged into master before merging this.