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 path on windows #79

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Fix path on windows #79

merged 2 commits into from
Jul 31, 2023

Conversation

h-vetinari
Copy link
Member

@h-vetinari h-vetinari commented Jul 31, 2023

Figure out a stray suffix on the expected path to the windows builtins.

Fix path for rc's also on windows; unix does this already for a long time:

if [[ "${PKG_VERSION}" == *rc* ]]; then
export PKG_VERSION=${PKG_VERSION::${#PKG_VERSION}-4}
fi

Also pick up a pending cleanup now that conda/conda-build#4787 got fixed by the newest conda-build. Not ready yet, see conda-forge/boa-feedstock#75

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@h-vetinari
Copy link
Member Author

So the osx failures are due to conda-forge/boa-feedstock#75

@h-vetinari h-vetinari changed the title WIP Fix path on windows Jul 31, 2023
@h-vetinari h-vetinari marked this pull request as ready for review July 31, 2023 04:55
@h-vetinari h-vetinari added the automerge Merge the PR when CI passes label Jul 31, 2023
@github-actions
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • travis: passed
  • azure: failed

Thus the PR was not passing and not merged.

file-selection for compiler-rt_win-64 was not broken (conda understands
forward slashes), but intent is hopefully clearer now (no "Library\" on win).
@h-vetinari h-vetinari merged commit 5b8015d into conda-forge:rc Jul 31, 2023
7 checks passed
@h-vetinari h-vetinari deleted the rc branch July 31, 2023 11:08
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.

None yet

1 participant