enso/.github/workflows
Michał Wawrzyniec Urbańczyk 6fc4947764
Bumped the build script (#3489)
* The bash entry point was renamed `run.sh` -> `run`. Thanks to that `./run` works both on Linux and Windows with PowerShell (sadly not on CMD). 
* Everyone's favorite checks for WASM size and program versions are back. These can be disabled through `--wasm-size-limit=0` and `--skip-version-check` respectively. WASM size limit is stored in `build-config.yaml`.
* Improved diagnostics for case when downloaded CI run artifact archive cannot be extracted. 
* Added GH API authentication to the build script calls on CI. This should fix the macOS build failures that were occurring from time to time. (Actually they were due to runner being GitHub-hosted, not really an OS-specific issue by itself.)
* If the GH API Personal Access Token is provided, it will be validated. Later on it is difficult to say, whether fail was caused by wrong PAT or other issue.
* Renamed `clean` to `git-clean` as per suggestion to reduce risk of user accidently deleting unstaged work. 
* Whitelisting dependabot from changelog checks, so PRs created by it are mergeable.
* Fixing issue where wasm-pack-action (third party) randomly failed to recognize the latest version of wasm-pack (macOS runners), leading to failed builds.
* Build logs can be filtered using `ENSO_BUILD_LOG` environment variable. See https://docs.rs/tracing-subscriber/0.3.11/tracing_subscriber/struct.EnvFilter.html#directives for the supported syntax.
* Improve help for ci-run source, to make clear that PAT token is required and what scope is expected there.

Also, JS parts were updated with some cleanups and fixes following the changes made when introducing the build script.
2022-06-01 13:44:40 +02:00
..
docs.yml Update docs.yml 2021-11-09 00:45:15 +01:00
formatting.yml Add formatting checks for Scala and Java (#3394) 2022-04-20 16:11:24 +02:00
gui.yml Bumped the build script (#3489) 2022-06-01 13:44:40 +02:00
legal-review.yml Upgrade Truffle and Graal to Version 21.3.0 (#3258) 2022-02-11 19:05:13 +03:00
nightly.yml [CI] Fix for the nightly workflow. 2022-02-21 22:34:34 +01:00
publish-docs.yml various default branch switch - related updates 2021-11-01 01:37:30 +01:00
release-publish-edition.yml Upgrade Truffle and Graal to Version 21.3.0 (#3258) 2022-02-11 19:05:13 +03:00
release-update-broken.yml Initialize language server on client connection (#1535) 2021-03-04 16:59:05 +00:00
release.yml Upgrade Truffle and Graal to Version 21.3.0 (#3258) 2022-02-11 19:05:13 +03:00
scala-new.yml Automatic cancelling of previous Engine workflow runs (#3281) 2022-02-16 17:04:18 +01:00
scala.yml Make it possible to run Enso with assertions enabled (#3450) 2022-05-13 15:38:52 +00:00