Skip to content

Conversation

@ElyDotDev
Copy link

Fix the issue that mentioned #820 (comment)

Now the artifacts can be accessed using below URLs:

Also the "platform" environment variable renamed to "arch" because the collision with VisualStduio's vcvarsall script for x64 platform. By calling vcvarsall script the "platform" environment variable will be changed to "X64" instead of "x64". Because of the issue, the build artifact for x64 was named "osm2pgsql_Release_X64.zip" instead of "osm2pgsql_Release_x64.zip". So changed "platform" to "arch" environment variable.

Alireza Dabiri Nejad added 3 commits February 27, 2018 16:04
We used platform env variable to differ between x86 and x64 arch. But calling the VisualStudio's vcvarsall script for x64 will redefine the platform variable as X64. As the result, the x64 artifact will be named osm2pgsql_Release_X64.zip, instead of osm2pgsql_Release_x64.zip. So to avoid this issue, changed platform env variable to arch.
@lonvia lonvia merged commit 9d6d17a into osm2pgsql-dev:master Feb 27, 2018
@lonvia
Copy link
Collaborator

lonvia commented Feb 27, 2018

Thanks again for providing a fix so quickly. The platform issue explains a lot of the odd behaviour that I saw.

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.

2 participants