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

LLVM 16.0.0.rc4 #95

Merged
merged 137 commits into from
Mar 16, 2023
Merged

LLVM 16.0.0.rc4 #95

merged 137 commits into from
Mar 16, 2023

Conversation

h-vetinari
Copy link
Member

@h-vetinari h-vetinari commented Feb 28, 2023

I might just succeed for once to build the whole compiler stack during the rc phase 🙃

Blockers for merging this PR and thus enabling the compilers in conda-forge (indentation denotes dependency; c.f. list from 15.x):

The PRs marked ** are not strictly speaking necessary for merging this PR, but for LLVM 16.x support in conda-forge.

isuruf and others added 30 commits October 14, 2020 18:54
automerged PR by conda-forge/automerge-action
automerged PR by conda-forge/automerge-action
unset CONDA_BUILD_SYSROOT during test phase if it doesn't exist
automerged PR by conda-forge/automerge-action
automerged PR by conda-forge/automerge-action
This is needed because r-base brings in the compiler for build platform
when cross-compiling which is undesirable
Don't activate if the target_platform is unexpected
automerged PR by conda-forge/automerge-action
@h-vetinari h-vetinari changed the title LLVM 16.0.0.rc3 LLVM 16.0.0.rc4 Mar 16, 2023
@h-vetinari h-vetinari merged commit 65dd5db into conda-forge:rc Mar 16, 2023
@h-vetinari h-vetinari deleted the rc branch March 16, 2023 08:55
@h-vetinari
Copy link
Member Author

@conda-forge/core
I managed to build the LLVM 16.0.0.rc stack under conda-forge/label/llvm_rc; however, I've hit one last snag that I haven't seen before - upon merging this PR to the rc branch, the upload step says "The branch rc is not configured to be uploaded", e.g.:

▶︎ Validating outputs
▼ Uploading packages
  + [[ True != \F\a\l\s\e ]]
  + [[ False == \F\a\l\s\e ]]
  + upload_package --validate --feedstock-name=clang-compiler-activation-feedstock /home/conda/feedstock_root /home/conda/recipe_root /home/conda/feedstock_root/.ci_support/linux_64_channel_targetsconda-forge_maincross_target_platformosx-arm64macos_machinearm64-apple-darwin20.0.0version15.0.7.yaml
  The branch rc is not configured to be uploaded
▶︎ Final checks
   Finishing: Run docker build

@h-vetinari h-vetinari restored the rc branch March 16, 2023 23:44
@h-vetinari h-vetinari deleted the rc branch March 16, 2023 23:47
@mikemhenry
Copy link

@h-vetinari
Copy link
Member Author

Thanks, but that's not it. It's as Billy mentioned on matrix, we need to remove upload_on_branch: main. I didn't know this setting, but it's documented.

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.