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

Move C build products under _build #126

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

fhunleth
Copy link
Contributor

@fhunleth fhunleth commented Feb 18, 2019

Description

The build products were being stored in the source directory. This was
causing trouble when building for different architectures since build
products for one could be used for the other. The workaround was to
build clean when switching. elixir_make v0.5.0 makes it easier to move
build products under the appropriate directory under _build by
exporting the MIX_COMPILE_PATH environment variable. This updates the
elixir_make dep to at least v0.5.0 and uses the new environment
variables.

Motivation and Context

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature
    but make things better)

Checklist

  • Check other PRs and make sure that the changes are not done yet.
  • The PR title is no longer than 64 characters.

The build products were being stored in the source directory. This was
causing trouble when building for different architectures since build
products for one could be used for the other. The workaround was to
build clean when switching. `elixir_make` v0.5.0 makes it easier to move
build products under the appropriate directory under `_build` by
exporting the `MIX_COMPILE_PATH` environment variable. This updates the
`elixir_make` dep to at least v0.5.0 and uses the new environment
variables.
@codecov
Copy link

codecov bot commented Feb 18, 2019

Codecov Report

Merging #126 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   91.42%   91.42%           
=======================================
  Files          80       80           
  Lines        1912     1912           
=======================================
  Hits         1748     1748           
  Misses        164      164

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02fc619...a7bf154. Read the comment docs.

@boydm
Copy link
Collaborator

boydm commented Feb 19, 2019

Is this something you need in a minor release or can it wait until 0.10.0 (which will be after lonestar...)?

@boydm boydm merged commit a7bf154 into ScenicFramework:master Feb 19, 2019
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