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

Test tools with MODEL=32 too #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

wilzbach
Copy link
Member

@wilzbach wilzbach commented Feb 4, 2018

See also: dlang/tools#304

@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @wilzbach!

// test 32-bit build of the D tools
sh "make -f posix.mak clean"
sh "make -f posix.mak all MODEL=32 DMD='${env.WORKSPACE}/distribution/bin/dmd'"
sh "make -f posix.mak test MODEL=32 DMD='${env.WORKSPACE}/distribution/bin/dmd' DFLAGS="
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason for not explicitly marking the existing tests with MODEL=64 ... ? Or is the assumption that the setup as written will be more robust to being run in both 32- and 64-bit host environments?

@wilzbach wilzbach force-pushed the tools-32 branch 2 times, most recently from e6606b0 to 87bb55a Compare August 14, 2018 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants