mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Include ingested files in package tarballs
If a package has an ingested file import, we will now add the file to the tarball.
This commit is contained in:
parent
e5ea6dc461
commit
504107f90e
2 changed files with 51 additions and 11 deletions
|
@ -747,7 +747,7 @@ pub fn build(
|
|||
}
|
||||
|
||||
// Rather than building an executable or library, we're building
|
||||
// a tarball so this code can be distributed via a HTTPS
|
||||
// a tarball so this code can be distributed via HTTPS
|
||||
let filename = roc_packaging::tarball::build(path, compression)?;
|
||||
let total_time_ms = start_time.elapsed().as_millis();
|
||||
let total_time = if total_time_ms > 1000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue