Skip to content

Fix CircleCI build#7160

Merged
dlang-bot merged 3 commits into
masterfrom
upgrade-circle-ci
Aug 29, 2019
Merged

Fix CircleCI build#7160
dlang-bot merged 3 commits into
masterfrom
upgrade-circle-ci

Conversation

@PetarKirov

@PetarKirov PetarKirov commented Aug 29, 2019

Copy link
Copy Markdown
Member

Edit (see GH message history if needed):

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`.
@dlang-bot

Copy link
Copy Markdown
Contributor

Thanks for your pull request, @ZombineDev!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "master + phobos#7160"

@PetarKirov

PetarKirov commented Aug 29, 2019

Copy link
Copy Markdown
Member Author

Nope, it looks like there's more changes. Since the latest developments around build.d, we're building dmd on CircleCI like this:

  • /home/circleci/dlang/dmd-2.079.1/linux/bin64/rdmd ./src/build.d MODEL=64 HOST_DMD=dmd BUILD=debug ENABLE_WARNINGS=1 PIC=1 all
    While for phobos we build it like this:
  • make -j2 -C ../dmd/src -f posix.mak MODEL=64 HOST_DMD=dmd BUILD=debug all

@PetarKirov

Copy link
Copy Markdown
Member Author

Found the root cause: dlang/dmd#10212 (comment)

@PetarKirov PetarKirov force-pushed the upgrade-circle-ci branch 2 times, most recently from 6a6bdc3 to 7e15364 Compare August 29, 2019 13:36
…posix.mak

PR dlang/dmd#10212 broke building `dmd/src/posix.mak`
with `BUILD=debug`. Use `build.d` instead.
@PetarKirov PetarKirov changed the title [CircleCI] Upgrade host dmd version from 2.078.1 to 2.079.1 Fix CircleCI build Aug 29, 2019
@PetarKirov

Copy link
Copy Markdown
Member Author

CircleCI is now green -> auto-merge-ing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants