-
Notifications
You must be signed in to change notification settings - Fork 653
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
Use fat jar's to remove SBT invocations #1375
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
df30b41
Remove SBT thin client | Build all with fat jars
abejgonzalez ea2f1eb
Add SBT_OPTS to SBT invocation
abejgonzalez 8c8820a
Bump SBT plugins
abejgonzalez fd62d9e
Fix sbt assembly (remove duplicate classes, fix conflicts)
abejgonzalez 1332b52
Use rename custom strategy to support caching
abejgonzalez 4ce2632
attempt to go over sbt ServerAlreadyBootingException
joonho3020 67ffc5b
remove batch
joonho3020 c2a01ff
Merge branch 'main' into use-fat-jar
joonho3020 dbe352e
Merge remote-tracking branch 'origin/main' into use-fat-jar
abejgonzalez 612ac12
Cleanup CI
abejgonzalez ee4fe21
Bump SBT
abejgonzalez 99aabf2
Add backwards compat
abejgonzalez 30dfe06
Fix common.mk
abejgonzalez c729b6c
Fix repo clean
abejgonzalez 6b3c8f9
Bump CVA6
abejgonzalez 44a2eeb
Fix SBT/JAVA_OPTS
abejgonzalez c4bb06b
Revert SBT to 1.8.2 | Forcestart SBT
abejgonzalez 34263fe
Serialize SBT calls
abejgonzalez 1363d82
Update names | Fix find-config-frags
abejgonzalez 06dad64
Always remove old repo for full flow CI
abejgonzalez aff98d7
More renaming fixes
abejgonzalez b65d8ef
Have global location to store jar files (avoid issue with sbt assembl…
abejgonzalez bb958d3
Update name
abejgonzalez 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 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 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 |
---|---|---|
|
@@ -26,3 +26,4 @@ project/metals.sbt | |
project/project/ | ||
.ivy2 | ||
.sbt | ||
.classpath_cache/ |
This file contains 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 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
Submodule cva6
updated
8 files
Submodule riscv-sodor
updated
44 files
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.3") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6") |
This file contains 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 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 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 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 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 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
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.
This is cleanup (these deps aren't needed)