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

Conversation

PetarKirov
Copy link
Member

@PetarKirov PetarKirov commented Aug 29, 2019

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
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
Copy link
Member Author

PetarKirov commented Aug 29, 2019

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
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
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
3 participants