dependabot[bot]
1f509193ff
CI: Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.9
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.6.3 to 4.6.9.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.3...v4.6.9 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-12 04:59:57 -05:00
Ali Mohammad Pur
7db58cc8bc
Meta: Remove useless 'qemu_cache_*' inputs to cache-restore
...
These were removed from actions/cache-restore in
76bd6115cb .
2024-10-09 11:50:26 +02:00
Ali Mohammad Pur
5512126af8
Meta: Use the right input name for the jakt cache
2024-10-09 11:50:26 +02:00
Ali Mohammad Pur
180cec4c9e
Meta: Use inputs.arch instead of matrix.arch
...
matrix.arch is old talk, now we're using templates.
2024-10-07 21:57:41 -04:00
Ali Mohammad Pur
42b429dee2
Meta: Don't treat cache/restore's cache-hit output as a bool
...
The only reason this worked is a bug in actions/cache that forgot to set
this to `"false"` (yes, a string), leaving it empty, which evaluated
"correctly" as false in a boolean context.
2024-10-07 21:57:41 -04:00
Ali Mohammad Pur
e098402e26
Meta: Make the jakt toolchain cache actually work
2024-10-08 00:17:00 +02:00
Ali Mohammad Pur
37baf67b01
Meta: Make it possible to build jakt files on Lagom
2024-10-02 08:10:54 +02:00
Ali Mohammad Pur
ff54fc0f07
Meta+Toolchain: Bring jakt in as a part of the toolchain
...
This also updates the hello-world "utility".
Co-Authored-By: Andrew Kaster <akaster@serenityos.org >
2024-10-02 08:10:54 +02:00
Sönke Holz
76bd6115cb
CI: Don't build AArch64 QEMU in CI
...
We now get the command line from the flattened devicetree, so manually
building a newer QEMU version to make the RPi "Get command line" mailbox
message work is not necessary anymore.
2024-09-11 12:47:12 -04:00
Sönke Holz
a9a63c0f7c
CI: Build riscv64 in CI
...
Don't run any tests on riscv64 for now, since some tests still fail
(mostly due to missing generic AK/Math.h implementations).
2024-08-27 12:03:49 +02:00
Nico Weber
f8aaf29e9b
CI: Stop running WPT on Lagom (Linux, ubuntu-22.04, NO_FUZZ) / CI)
...
This step runs a small subset of WPT. Several of the tests it runs
fail, but the step doesn't fail, indicating that nobody looks at
the step's output.
The step takes 3 minutes to run. We can add it back later if someone
is interested in looking at the output.
2024-07-15 09:12:24 -06:00
dependabot[bot]
0d8b6df435
CI: Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.6.1 to 4.6.3.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.1...v4.6.3 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 07:48:13 -04:00
Daniel Bertalan
72a1c69a84
CI: Remove esvu LibJS REPL jobs
...
As of https://github.com/devsnek/esvu/pull/57 , `esvu` now pulls the
LibJS binaries from the Ladybird repo, so these artifacts being created
has no purpose. As far as I can tell, nothing else uses them.
Maybe if the two LibJS versions start going their separate ways enough
to warrant both being available, we could consider re-adding this job.
But no point in using up CI resources for that right now.
2024-07-07 09:40:18 -06:00
Ali Mohammad Pur
8c0b13a60a
Meta: Update CI emsdk to latest
2024-06-19 15:45:02 +02:00
Dan Klishch
7b2250e47f
Meta: Remove test262 workflow
...
The runner is gone now and that results in workflows that never end.
2024-06-14 02:08:27 +02:00
Nico Weber
3780499761
CI: Remove Nightly Android workflow
2024-06-11 19:40:08 -04:00
Ali Mohammad Pur
0c99ce91f8
Meta: Use Python>=3.10 in the test262 action
...
The new Wasm test generation script needs this.
2024-06-09 18:10:37 +02:00
Diego
9721b63d13
CI+Documentation: Use WABT version 1.0.35
...
Required for `wast2json` to work with latest spec-tests.
2024-06-09 16:30:09 +02:00
dependabot[bot]
6d0aa7e64e
CI: Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.0...v4.6.1 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-23 00:54:43 -06:00
Timothy Flynn
daa9e852c9
Toolchain+CI: Remove unused TRY_USE_LOCAL_TOOLCHAIN parameter
...
This was used to create a .tar of the built Clang toolchain, but now we
just upload the built toolchain artifacts (same as the GNU toolchain).
2024-05-15 15:20:29 -06:00
Timothy Flynn
5e34a41f06
CI: Be a bit less paranoid about old compiler versions existing
...
We explicitly tell CMake what compiler to use. No need to remove older
versions, which was just one extra thing we needed to maintain.
2024-05-15 15:20:29 -06:00
Timothy Flynn
0d7ea1bd2f
CI: Remove the Sonar Cloud and PVS Studio workflow
...
Static analysis is great, but these workflows have not worked in a long
time, and no one was looking at the results. Our PVS Studio license and
our Sonar Cloud token have expired. Remove the workflows (at least for
now) so we don't waste CI runners and cache space. If someone is
motivated to revive these, they can revert this commit.
2024-05-11 15:43:18 -04:00
Timothy Flynn
9e22d9d957
CI: Update tool versions for the Sonar Cloud workflow
...
Upate to the latest version of the Sonar Cloud CLI. Update Java to a
recent version (the CLI currently complains about Java 11 being too
old).
2024-05-11 15:43:18 -04:00
Timothy Flynn
2f295f2174
CI: Exclude LibJS tests from Sonar Cloud's sources
...
Sonar Cloud throws an exception analyzing some of our test sources,
particularly ones that are meant to test invalid syntax.
2024-05-11 15:43:18 -04:00
Timothy Flynn
1f5d30cc83
CI: Use the correct output variable for skipping the toolchain build
2024-05-11 15:43:18 -04:00
Timothy Flynn
fffa4ef250
CI: Move the nightly Android CI to GitHub actions
2024-05-10 16:07:23 -04:00
Timothy Flynn
0887dbfd80
CI: Move the nightly Lagom GCC CI to GitHub actions
2024-05-10 16:07:23 -04:00
Timothy Flynn
7276d52a0e
CI: Move the nightly Serenity code coverage CI to GitHub actions
2024-05-10 16:07:23 -04:00
Timothy Flynn
18b857fb64
CI: Convert the Lagom workflow into a reusable workflow
...
This will allow using the lagom-template.yaml file as a template for
the nightly GCC pipeline.
2024-05-10 16:07:23 -04:00
Timothy Flynn
ae6025987d
CI: Convert the SerenityOS workflow into a reusable workflow
...
This will allow using the serenity-template.yaml file as a template for
the nightly code coverage pipeline.
2024-05-10 16:07:23 -04:00
Timothy Flynn
b3f43f330e
CI: Inform the Lagom build where the UCD/CLDR/TZDB caches are downloaded
2024-05-10 16:07:23 -04:00
Timothy Flynn
a447b9bffd
CI: Explicitly enable audio access on macOS 14
...
On the macOS 14 runners on GitHub actions, attempting to play audio (by
way of AudioOutputUnitStart) will open a pop-up asking for microphone
permission. This prevents any calling test to hang until they error out
with MACH_SEND_TIMED_OUT. This works around the issue by explicitly
enabling microphone access to all applications.
2024-05-08 14:46:39 -06:00
Timothy Flynn
b9210a757e
CI: Move the Lagom CI to GitHub actions
2024-05-08 14:46:39 -06:00
Timothy Flynn
660e3ccb1c
CI: Rename cmake.yml to serenity.yml
...
Just calling it "cmake" doesn't really describe what it is for, and a
future commit will add a lagom.yml. So let's call this serenity.yml to
make it clear that it tests SerenityOS itself.
This also renames the workflow, and updates some matrix orderings, to be
easier to distinguish between this job and the upcoming lagom.yml,
2024-05-08 14:46:39 -06:00
Timothy Flynn
ac8d5cce3c
CI: Move the clang toolchain CI to GitHub actions
2024-05-08 14:46:39 -06:00
Timothy Flynn
d67b52853a
CI: Use the correct value for the save-cache architecture on Lagom
2024-05-08 14:46:39 -06:00
Dan Klishch
8d3eb937c8
Meta: Remove check-symbols.sh
...
check-symbols.sh had been dealing with libc.a which we don't provide
anymore.
2024-05-08 09:54:41 -06:00
Andrew Kaster
e5f361500e
CI: Use common cache restore and cache save action on GitHub Actions
...
Unfortunately a composite action cannot have a `post:` step like
JavaScript actions are allowed to have, so we need to explicitly call
the post/save actions ourselves from the workflow file when we want to
save Toolchain/QEMU/ccache caches.
Co-Authored-By: Timothy Flynn <trflynn89@pm.me >
2024-05-07 15:28:46 -06:00
Timothy Flynn
3d6d2b2589
CI: Use the Setup action for the WASM REPL
...
This ensures we install ccache, for example.
2024-05-07 15:28:46 -06:00
Andrew Kaster
5aa28c31d5
CI: Use a local GitHub Action to setup installed packages
2024-05-02 06:22:10 -06:00
Timothy Flynn
823fdb83db
Meta: Switch to clang-format-18 as the standard formatter
2024-04-24 16:50:01 -04:00
Timothy Flynn
90fcfca6f6
CI: Configure ccache before modifying its contents (if any)
...
If there is a cache miss while downloading the ccache from GitHub/Azure,
the .ccache directory won't exist when we try to update the modification
time of its contents. Configure the ccache size first, which will create
the .ccache directory if it doesn't exist.
2024-04-24 09:16:41 -04:00
Tim Schumacher
5f088f3233
Meta: Trim the CI ccache down to files used in the current build
2024-04-23 22:00:07 -04:00
Andrew Kaster
c5cd1ad737
CI: Use macOS 14 Apple Silicon runner to create js package for esvu
2024-04-23 15:37:07 -06:00
Andrew Kaster
2e385e4c12
CI: Bump Lagom CI builds to gcc-13 and clang-18
...
This includes Lagom Tools for Serenity builds, and the Lagom builds on
Azure.
2024-04-23 15:37:07 -06:00
dependabot[bot]
4eee9ee132
CI: Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases )
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-23 10:32:46 -06:00
Andrew Kaster
2a48eff2d6
CI: Enable KVM on Github Actions runners
...
https://github.blog/changelog/2024-04-02-github-actions-hardware-accelerated-android-virtualization-now-available/
2024-04-18 18:26:36 -06:00
Andreas Kling
1d29f9081f
LibJS: Remove JIT compiler
...
The JIT compiler was an interesting experiment, but ultimately the
security & complexity cost of doing arbitrary code generation at runtime
is far too high.
In subsequent commits, the bytecode format will change drastically, and
instead of rewriting the JIT to fit the new bytecode, this patch simply
removes the JIT instead.
Other engines, JavaScriptCore in particular, have already proven that
it's possible to handle the vast majority of contemporary web content
with an interpreter. They are currently ~5x faster than us on benchmarks
when running without a JIT. We need to catch up to them before
considering performance techniques with a heavy security cost.
2024-02-19 21:45:27 +01:00
dependabot[bot]
f926d96c74
CI: Bump mymindstorm/setup-emsdk from 13 to 14
...
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk ) from 13 to 14.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases )
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v13...v14 )
---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-08 07:19:32 -07:00
dependabot[bot]
f1347bc4e0
CI: Bump actions/cache from 3 to 4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-22 09:02:37 -05:00