Skip to content

Commit

Permalink
addpatch: vue-language-tools 2.1.10-1
Browse files Browse the repository at this point in the history
- Remove @vscode/vsce from project dependencies to avoid installing
  @vscode/vsce-sign(which is proprietary and doesn't support riscv)
- Double the test timeout.
  • Loading branch information
kxxt committed Dec 26, 2024
1 parent 7165052 commit e708f25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vue-language-tools/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- PKGBUILD
+++ PKGBUILD
@@ -23,7 +23,9 @@ b2sums=('875a1b5a34cfffb70b753b0903a953dc5632815a6b38d85105327a1152efb5599a031ec

prepare() {
cd $pkgbase
- pnpm install --frozen-lockfile
+ sed -i 's/testTimeout: .*,/testTimeout: 120_000,/' vitest.config.ts
+ sed -i '/@vscode\/vsce/d' extensions/vscode/package.json
+ pnpm install --no-frozen-lockfile
}

build() {

0 comments on commit e708f25

Please sign in to comment.