forked from JuliaLang/PackageCompiler.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
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
sjk/docs1 #2
Conversation
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
…create_app` (JuliaLang#770) Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
…ect.toml` file (JuliaLang#771) * Skip broken tests on 1.6 CI * Update runtests.jl * Remove some CI jobs while debugging this PR * Update Project.toml * Update runtests.jl * Update test.yml * Apply suggestions from code review Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com> --------- Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
This removes the enforced `-O` and `g` levels, and propogates the passed arguments to the entire build. We filter a few arguments from the base sysimg to prevent some failures and avoid known bugs.
This solves issue in https://discourse.julialang.org/t/plots-do-not-display-unless-i-call-gui-when-using-custom-sysimage/92207 Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
…Union{Nothing, String}` kwarg (JuliaLang#788)
Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
- Sysimages built with CPU targets as env var, tend to ignore them and result segfaults, when relocated to the target machine
I did this benchmark on master (target 1.11), and got an end-to-end time of 0.8 seconds, so I think a note is appropriate here for newcomers about the relevance of sysimgs post-1.9.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
get_compiler_cmd()
at the beginning ofcreate_sysimage
andcreate_app
(Callget_compiler_cmd()
at the beginning ofcreate_sysimage
andcreate_app
JuliaLang/PackageCompiler.jl#770)LLVMExtra_jll
from theMyApp/Project.toml
file (Test suite: on Julia 1.6, removeLLVMExtra_jll
from theMyApp/Project.toml
file JuliaLang/PackageCompiler.jl#771)ci_started
job (CI: add theci_started
job JuliaLang/PackageCompiler.jl#776)project
arg should be a path. (clarify thatproject
arg should be a path. JuliaLang/PackageCompiler.jl#773)MyLib
(Build and runMyLib
JuliaLang/PackageCompiler.jl#732)create_app
function to accept and propagate thescript::Union{Nothing, String}
kwarg (Allow thecreate_app
function to accept and propagate thescript::Union{Nothing, String}
kwarg JuliaLang/PackageCompiler.jl#788)uuid
too in error (Mentionuuid
too in error JuliaLang/PackageCompiler.jl#733)julia_main
(fix importing executable before trying to compile itsjulia_main
JuliaLang/PackageCompiler.jl#813)