mmtk / mmtk-julia

Julia binding for MMTk
13 stars 9 forks source link

libmmtk_julia.so sometimes is not copied after rebuilt #67

Open qinsoon opened 1 year ago

qinsoon commented 1 year ago

https://github.com/mmtk/julia/pull/15 copies libmmtk_julia.so to julia/usr/lib. However, in some cases, when we proceed to the step of building sys.jl during build (libmmtk_julia.so is copied), but we rebuild libmmtk_julia.so, the new libmmtk_julia.so does not get copied as expected.

qinsoon commented 1 year ago

A related issue: changes to mmtk_julia.c may not lead to a rebuild. I am guessing it is caused by the same reason as the library copy.