Adjusting CI / build configuration. (#3664)

* Downgrading the electron-builder to avoid https://github.com/electron-userland/electron-builder/issues/6865
* Removed "git clean" workaround from CI.
This commit is contained in:
Michał Wawrzyniec Urbańczyk 2022-08-25 00:46:36 +02:00 committed by GitHub
parent 610b128bfa
commit 4537a4b57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 33 additions and 33 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:

View File

@ -25,7 +25,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- id: changed_files - id: changed_files
run: "git fetch\nlist=`git diff --name-only origin/develop HEAD | tr '\\n' ' '`\necho $list\necho \"::set-output name=list::'$list'\"" run: "git fetch\nlist=`git diff --name-only origin/develop HEAD | tr '\\n' ' '`\necho $list\necho \"::set-output name=list::'$list'\""
- run: "if [[ ${{ contains(steps.changed_files.outputs.list,'CHANGELOG.md') || contains(github.event.head_commit.message,'[ci no changelog needed]') || contains(github.event.pull_request.body,'[ci no changelog needed]') || github.event.pull_request.user.login == 'dependabot' }} == false ]]; then exit 1; fi" - run: "if [[ ${{ contains(steps.changed_files.outputs.list,'CHANGELOG.md') || contains(github.event.head_commit.message,'[ci no changelog needed]') || contains(github.event.pull_request.body,'[ci no changelog needed]') || github.event.pull_request.user.login == 'dependabot' }} == false ]]; then exit 1; fi"
@ -63,7 +63,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -108,7 +108,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -155,7 +155,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -202,7 +202,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -247,7 +247,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -294,7 +294,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -352,7 +352,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -399,7 +399,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -446,7 +446,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -496,7 +496,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -544,7 +544,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -594,7 +594,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -643,7 +643,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:

View File

@ -38,7 +38,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -83,7 +83,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -132,7 +132,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -182,7 +182,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -234,7 +234,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -289,7 +289,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -346,7 +346,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -398,7 +398,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -452,7 +452,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:

View File

@ -49,7 +49,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -102,7 +102,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:
@ -157,7 +157,7 @@ jobs:
- name: Checking out the repository - name: Checking out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
clean: true clean: false
- name: Build Script Setup - name: Build Script Setup
run: "./run --help" run: "./run --help"
env: env:

10
Cargo.lock generated
View File

@ -1751,7 +1751,7 @@ dependencies = [
[[package]] [[package]]
name = "enso-build" name = "enso-build"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/enso-org/ci-build?branch=develop#2b998bd5021c387ad50e99f087b7605ddecfbcc0" source = "git+https://github.com/enso-org/ci-build?branch=develop#621679899f67018ca50813975e59218abd75f81c"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-compression", "async-compression",
@ -1825,7 +1825,7 @@ dependencies = [
[[package]] [[package]]
name = "enso-build-cli" name = "enso-build-cli"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/enso-org/ci-build?branch=develop#2b998bd5021c387ad50e99f087b7605ddecfbcc0" source = "git+https://github.com/enso-org/ci-build?branch=develop#621679899f67018ca50813975e59218abd75f81c"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"byte-unit", "byte-unit",
@ -3724,10 +3724,10 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5617e92fc2f2501c3e2bc6ce547cad841adba2bae5b921c7e52510beca6d084c" checksum = "5617e92fc2f2501c3e2bc6ce547cad841adba2bae5b921c7e52510beca6d084c"
dependencies = [ dependencies = [
"base64 0.10.1", "base64 0.11.0",
"bytes 1.1.0", "bytes 1.1.0",
"http", "http",
"httpdate 0.3.2", "httpdate 1.0.2",
"language-tags 0.3.2", "language-tags 0.3.2",
"mime 0.3.16", "mime 0.3.16",
"percent-encoding 2.1.0", "percent-encoding 2.1.0",
@ -3737,7 +3737,7 @@ dependencies = [
[[package]] [[package]]
name = "ide-ci" name = "ide-ci"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/enso-org/ci-build?branch=develop#2b998bd5021c387ad50e99f087b7605ddecfbcc0" source = "git+https://github.com/enso-org/ci-build?branch=develop#621679899f67018ca50813975e59218abd75f81c"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-compression", "async-compression",

View File

@ -26,7 +26,7 @@
}, },
"devDependencies": { "devDependencies": {
"electron": "17.1.0", "electron": "17.1.0",
"electron-builder": "^23.3.1", "electron-builder": "^22.14.13",
"esbuild": "^0.14.43", "esbuild": "^0.14.43",
"crypto-js": "4.1.1", "crypto-js": "4.1.1",
"electron-notarize": "1.2.1", "electron-notarize": "1.2.1",