Skip to content
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

Propagate sysimage_build_args to run_precompilation_script #569

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

Conversation

IanButterworth
Copy link
Sponsor Member

Allows julia args to be set during the precompilation phase

@codecov
Copy link

codecov bot commented Sep 29, 2021

Codecov Report

Merging #569 (077c65a) into master (3c928ab) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #569   +/-   ##
=======================================
  Coverage   83.22%   83.22%           
=======================================
  Files           2        2           
  Lines         459      459           
=======================================
  Hits          382      382           
  Misses         77       77           
Impacted Files Coverage Δ
src/PackageCompiler.jl 81.90% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c928ab...077c65a. Read the comment docs.

@KristofferC
Copy link
Sponsor Member

Also, perhaps update the docstrings that mention this?

- `sysimage_build_args::Cmd`: A set of command line options that is used in the Julia process building the sysimage,
for example `-O1 --check-bounds=yes`.
- `sysimage_build_args::Cmd`: A set of command line options that is used by both the Julia process running the
precompilation script and the Julia process building the sysimage, for example `-t2 -O1 --check-bounds=yes`.
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Unfortunately, the description for this keyword argument exists in two other places.

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.

None yet

2 participants