Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updpatch: chromium 128.0.6613.84-1 #4021

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Conversation

kxxt
Copy link
Contributor

@kxxt kxxt commented Aug 25, 2024

  • Fix rotten patches and drop merged patches
  • Add two runtime_api_delegate patches from electron riscv fork to fix a new crash caused by chromium making a check fatal.
  • V8 FTBFS with some errors regarding F16x8 and cherry-picking is hard, so v8 is bumped to last known good revision of riscv64(2b368def [riscv][wasm] Turboshaft hardware support for F16x8 FMA instructions)
    • Revert the removal of some deprecated API to make it work with chromium 128

- Fix rotten patches and drop merged patches
- Add two runtime_api_delegate patches from electron riscv fork to fix
  a new crash caused by chromium making a check fatal.
- V8 FTBFS with some errors regarding F16x8 and cherry-picking is hard,
  so v8 is bumped to last known good revision of riscv64(2b368def [riscv][wasm]
  Turboshaft hardware support for F16x8 FMA instructions)
  - Revert the removal of some deprecated API to make it work with
    chromium 128
@felixonmars felixonmars merged commit beb42b3 into felixonmars:master Aug 25, 2024
1 check passed
kxxt added a commit to kxxt/archriscv-packages that referenced this pull request Aug 27, 2024
PKGBUILD changes compared to electron31:

- Fix rotten
- Set GN flag "is_clang" to use lld and enable thin LTO to workaround
  that gnu ld failed to link v8 torque (relocation truncated to fit)

RISC-V fork changes: riscv-forks/electron@3e5f893

- Fix rotten patches, remove merged patches
- Bump v8 to a known good revision for riscv64, as said in felixonmars#4021
- Revert the removal of some deprecated API in v8 and fix electron's
  rotten v8 patches.
felixonmars pushed a commit that referenced this pull request Aug 27, 2024
PKGBUILD changes compared to electron31:

- Fix rotten
- Set GN flag "is_clang" to use lld and enable thin LTO to workaround
  that gnu ld failed to link v8 torque (relocation truncated to fit)

RISC-V fork changes: riscv-forks/electron@3e5f893

- Fix rotten patches, remove merged patches
- Bump v8 to a known good revision for riscv64, as said in #4021
- Revert the removal of some deprecated API in v8 and fix electron's
  rotten v8 patches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants