-
Notifications
You must be signed in to change notification settings - Fork 21
Bump dependencies #194
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
Bump dependencies #194
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,9 @@ | ||
| language: d | ||
| services: | ||
| - docker | ||
| d: dmd-2.078.1 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To avoid requiring such unrelated changes as below in the future. |
||
| addons: | ||
| apt: | ||
| packages: | ||
| - libevent-dev | ||
| - libssl-dev | ||
| - pkg-config | ||
| - zlib1g-dev | ||
|
|
||
| script: ./travis-ci.sh | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,16 +3,17 @@ | |
| "versions": { | ||
| "botan": "1.12.9", | ||
| "botan-math": "1.0.3", | ||
| "diet-ng": "1.4.3", | ||
| "diet-ng": "1.4.4", | ||
| "eventcore": "0.8.27", | ||
| "hyphenate": "1.1.1", | ||
| "libasync": "0.8.3", | ||
| "libdparse": "0.7.1", | ||
| "libevent": "2.0.2+2.0.16", | ||
| "memutils": "0.4.9", | ||
| "openssl": "1.1.6+1.0.1g", | ||
| "taggedalgebraic": "0.10.8", | ||
| "vibe-core": "1.3.0", | ||
| "vibe-d": "0.8.2" | ||
| "stdx-allocator": "2.77.0", | ||
| "taggedalgebraic": "0.10.9", | ||
| "vibe-core": "1.4.0-alpha.1", | ||
| "vibe-d": "0.8.3-alpha.1" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I guess that's an error due to
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, not sure about that, I'll test locally. The same error still happens for vibe-d/vibe.d#2033 on DMD 2.072.x because the latest DUB isn't used anymore.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The error was a regression in So I will check whether this is still needed.
Yeah we should allow opt-in upgrade to the latest DUB version in the installer script.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So the bump is required for another PR too - https://ci.dlang.io/blue/organizations/jenkins/dlang-org%2Fphobos/detail/PR-5921/24/pipeline |
||
| } | ||
| } | ||
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.
Interesting that Travis is still green without this -> Docker is enabled by default.