Skip to content

rebase CI #18

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

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

rebase CI #18

wants to merge 23 commits into from

Conversation

hasufell
Copy link
Member

No description provided.

sergv and others added 6 commits July 15, 2025 20:02
If extra-lib-dirs and/or extra-include-dirs are specified via either
command line or project files, they’re going to be added for each
package in the dendency graph. With enough long enough directories
the command-line length limits for gcc may be hit and calls to
the C compiler made from hsc2hs will start failing.

Ideally hsc2hs should be using repsonse files, but needlessly
specifying myriad of command-line parameters is redundant anyway.
@hasufell hasufell force-pushed the stable-haskell/feature/rebase-CI branch 6 times, most recently from 3809e76 to 475ceb2 Compare July 17, 2025 08:55
@hasufell hasufell force-pushed the stable-haskell/feature/rebase-CI branch 8 times, most recently from a6051dd to 5370e7a Compare July 17, 2025 10:03
@hasufell hasufell force-pushed the stable-haskell/feature/rebase-CI branch 6 times, most recently from e0450a9 to 4cf714d Compare July 18, 2025 09:31
- Bump to hlint-3.10 in the gh-action
@hasufell hasufell force-pushed the stable-haskell/feature/rebase-CI branch from 4cf714d to 069b79d Compare July 22, 2025 06:41
@hasufell hasufell removed the rebase label Jul 22, 2025
@hasufell hasufell force-pushed the stable-haskell/feature/rebase-CI branch 4 times, most recently from 0feed7f to 19f4d9a Compare July 22, 2025 09:17

for branch in ${{ needs.rebase.outputs.rebase_output }} ; do
git checkout "${branch}"
echo "git push -f https://${{ secrets.REBASE_PAT }}@github.com/${{ github.repository }}.git tmp/${branch}:${branch}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: echo, because we're scared!

@hasufell hasufell force-pushed the stable-haskell/feature/rebase-CI branch 2 times, most recently from 368e86e to 2119118 Compare July 23, 2025 07:42
@andreabedini andreabedini self-requested a review July 24, 2025 09:32
@hasufell hasufell force-pushed the stable-haskell/feature/rebase-CI branch from 2119118 to 0a74ea1 Compare July 28, 2025 03:03
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.

5 participants