Skip to content
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

Fix CircleCI build #7160

Merged
merged 3 commits into from
Aug 29, 2019
Merged

Fix CircleCI build #7160

merged 3 commits into from
Aug 29, 2019

Commits on Aug 29, 2019

  1. [CircleCI] Upgrade host dmd version from 2.078.1 to 2.079.1

    The phobos Circle CI build recently started failing, while the dmd one is fine.
    The difference is that the dmd build is using has `HOST_DMD_VER` set to `2.079.1`, instead of `2.078.1`.
    PetarKirov committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    ba2195b View commit details
    Browse the repository at this point in the history
  2. [circleci] Fix building dmd - use dmd/src/build.d instead of dmd/src/…

    …posix.mak
    
    PR dlang/dmd#10212 broke building `dmd/src/posix.mak`
    with `BUILD=debug`. Use `build.d` instead.
    PetarKirov committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    de6c26e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a57ec3 View commit details
    Browse the repository at this point in the history