-
Notifications
You must be signed in to change notification settings - Fork 32
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
Improve relocatability of sysimages with BBBase #214
Draft
ven-k
wants to merge
8
commits into
JuliaPackaging:master
Choose a base branch
from
ven-k:vk/relocate
base: master
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.
Draft
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
73b875d
Make BBBase relocatable on sysimages
ven-k 1218a09
use depots1
ven-k 377c30e
Use String explicitly
ven-k 107498f
getpath of art_toml locally
ven-k 8f19edc
activate . while fetching the version
ven-k a890836
Merge 'upstream/master' & bump to 1.4.1
ven-k fd1786d
return project.version after verifying project.name
ven-k 7d70fb6
use dir
ven-k 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "BinaryBuilderBase" | ||
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e" | ||
authors = ["Elliot Saba <[email protected]>"] | ||
version = "1.4.0" | ||
version = "1.4.1" | ||
|
||
[deps] | ||
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" | ||
|
@@ -15,6 +15,7 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | |
OutputCollectors = "6c11c7d4-943b-4e2b-80de-f2cfc2930a8c" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00" | ||
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
Scratch = "6c6a2e73-6563-6170-7368-637461726353" | ||
SimpleBufferStream = "777ac1f9-54b0-4bf8-805c-2214025038e7" | ||
|
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.
Note that you're ignoring
dir
. This breaks https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/11af33aadd1d502bfd2c90a7c8382e2550439580/src/BinaryBuilder.jl#L53-L54