Skip to content

Commit

Permalink
try remove precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Dec 6, 2023
1 parent 47f9ce7 commit 8435668
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Comonicon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ completion = true
quiet = false
optimize = 2

[sysimg]
incremental=true
filter_stdlibs=false
# [sysimg]
# incremental=true
# filter_stdlibs=false

[sysimg.precompile]
execution_file = ["deps/execute.jl"]
# [sysimg.precompile]
# execution_file = ["deps/execute.jl"]

[application]
incremental=true
filter_stdlibs=false
# [application]
# incremental=true
# filter_stdlibs=false

[application.precompile]
execution_file = ["deps/execute.jl"]
# [application.precompile]
# execution_file = ["deps/execute.jl"]
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ WORKDIR /TargetedEstimation.jl
RUN julia --project -e'using Pkg; Pkg.instantiate(); Pkg.resolve(); Pkg.precompile()'

# Precompile Sysimage project
RUN julia --project -t auto --startup-file=no deps/build_app.jl app
RUN julia --project -t auto --startup-file=no deps/build_app.jl

ENV PATH="${PATH}:/TargetedEstimation.jl/build/tmle/bin"

RUN tmle --help

0 comments on commit 8435668

Please sign in to comment.