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: do not link statically against pthread/dl/rt #5966

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

TwoFX
Copy link
Member

@TwoFX TwoFX commented Nov 5, 2024

No description provided.

@TwoFX TwoFX added the release-ci Enable all CI checks for a PR, like is done for releases label Nov 5, 2024
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc November 5, 2024 12:30 Inactive
@TwoFX TwoFX removed the release-ci Enable all CI checks for a PR, like is done for releases label Nov 5, 2024
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Nov 5, 2024
@leanprover-community-bot
Copy link
Collaborator

Mathlib CI status (docs):

  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase c6e4947f4a99919096dcaf88da725062f1a73471 --onto c779f3a039963fd38b03a78f635f0a7c36f24f42. (2024-11-05 14:46:34)

@TwoFX TwoFX added this pull request to the merge queue Nov 5, 2024
Merged via the queue into master with commit c157ddd Nov 5, 2024
25 of 26 checks passed
Copy link
Contributor

github-actions bot commented Nov 5, 2024

The backport to releases/4.14.0 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-releases/4.14.0 releases/4.14.0
# Navigate to the new working tree
cd .worktrees/backport-releases/4.14.0
# Create a new branch
git switch --create backport-5966-to-releases/4.14.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c157ddda11c052c6bf061a2cec38a72b17de2661
# Push it to GitHub
git push --set-upstream origin backport-5966-to-releases/4.14.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-releases/4.14.0

Then, create a pull request where the base branch is releases/4.14.0 and the compare/head branch is backport-5966-to-releases/4.14.0.

@kim-em kim-em added the changelog-no Do not include this PR in the release changelog label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-no Do not include this PR in the release changelog toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants