Build script fixes (#3476)

This commit is contained in:
Michał Wawrzyniec Urbańczyk 2022-05-24 13:24:55 +02:00 committed by GitHub
parent eef0738f63
commit 9a188344a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -20,4 +20,12 @@ THIRD-PARTY
**/package-lock.json
**/msdfgen_wasm.js
# Generated files
app/ide-desktop/build.json
app/ide-desktop/lib/client/electron-builder-config.json
Cargo.lock
# Engine Builds can leave these nested working copies.
# TODO [mwu]: Adjust Engine build to not leave them.
ci-build/
enso/

8
Cargo.lock generated
View File

@ -1689,7 +1689,7 @@ dependencies = [
[[package]]
name = "enso-build"
version = "0.1.0"
source = "git+https://github.com/enso-org/ci-build?branch=develop#d3b238d5e4ada211cc8e3dfeec57b5bb0ddbe4ad"
source = "git+https://github.com/enso-org/ci-build?branch=develop#7da56aa2b9670402ed9493e09358519cc924dfd4"
dependencies = [
"anyhow",
"argh",
@ -3504,10 +3504,10 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5617e92fc2f2501c3e2bc6ce547cad841adba2bae5b921c7e52510beca6d084c"
dependencies = [
"base64 0.13.0",
"base64 0.10.1",
"bytes 1.1.0",
"http",
"httpdate 1.0.2",
"httpdate 0.3.2",
"language-tags 0.3.2",
"mime 0.3.16",
"percent-encoding 2.1.0",
@ -3517,7 +3517,7 @@ dependencies = [
[[package]]
name = "ide-ci"
version = "0.1.0"
source = "git+https://github.com/enso-org/ci-build?branch=develop#d3b238d5e4ada211cc8e3dfeec57b5bb0ddbe4ad"
source = "git+https://github.com/enso-org/ci-build?branch=develop#7da56aa2b9670402ed9493e09358519cc924dfd4"
dependencies = [
"anyhow",
"async-compression",