forked from ghc/ghc
-
Notifications
You must be signed in to change notification settings - Fork 1
Ci dynamic matrix and rename #45
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
angerman
wants to merge
23
commits into
stable-ghc-9.14-rebased
Choose a base branch
from
ci-dynamic-matrix-and-rename
base: stable-ghc-9.14-rebased
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f918fec
ci: add dynamic build/test matrix (DYNAMIC=0/1) and restrict push tri…
angerman 6131ef0
ci: trigger also on stable-master branch
angerman 9d770e4
Add the geenrated stage2.settings file to .gitignore.
angerman 86f0f57
makefile: Stop rebuilding everything when running the test-suite
angerman 66e260c
Do not auto-link unlit (which is effectively a .c only utility.
angerman b103d82
compiler/rts: prelink archive threshold
angerman 81b1580
Revert "compiler/rts: prelink archive threshold"
angerman 20f14f1
rts: move cmm sources into common section, and move them into sublibs
angerman 26a1007
rts: Add no-ghc-internal flag
angerman b60cbda
rts: Better AutoApply logic
angerman 38af39d
Makefile: symlink dylibs
angerman aed1df3
rts.cabal: double all the flags to ensure we definetly get them set
angerman f270d6e
testsuite: Make sure we prefix the ghcconfig with a hash
angerman 1967f08
testsuite: Add explicit flushs [WRONG!]
angerman 41b298d
fixup! rts.cabal: double all the flags to ensure we definetly get the…
angerman 49ce37f
makefile: symlink ghc-iserv-dyn <- ghc-iserv
angerman 9e4cf80
fixup! makefile: symlink ghc-iserv-dyn <- ghc-iserv
angerman 0c7e99d
testsuite: improve logging; also check non-inplace libraries.
angerman 6a9fa8a
fixup! testsuite: improve logging; also check non-inplace libraries.
angerman b54cf12
testsuite: disable rts test, which is invalid since the rts split.
angerman cf05f6e
testsuite: T2228 does not appear broken.
angerman a03584d
compiler: inject rpath for the rts as needed.
angerman 8c7a84c
fixup! compiler: inject rpath for the rts as needed.
angerman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -259,3 +259,4 @@ ghc.nix/ | |
# clangd | ||
.clangd | ||
dist-newstyle/ | ||
cabal.project.stage2.settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include <rts/AutoApply.cmm.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include <rts/AutoApply_V16.cmm.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include <rts/AutoApply_V32.cmm.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include <rts/AutoApply_V64.cmm.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this needed now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have the following dependeny as visible to cabal:
however, ghc will try to insert:
If we try to build the rts-sublib with ghc, we can end up trying to load ghc-internal, due to auto-injection of libraries.
Maybe a better solution is to add a flag to outright disable ghc's auto population of libs, instead of having separate ones for each lib 😅