File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = thelounge-beta
2
2
pkgdesc = Modern self-hosted web IRC client (Latest release/pre-release)
3
3
pkgver = 4.4.3
4
- pkgrel = 2
4
+ pkgrel = 3
5
5
url = https://thelounge.chat/
6
6
arch = any
7
7
license = MIT
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ _pkgname=thelounge
5
5
pkgname=thelounge-beta
6
6
_pkgver=4.4.3
7
7
pkgver=${_pkgver/ -/ }
8
- pkgrel=2
8
+ pkgrel=3
9
9
pkgdesc=' Modern self-hosted web IRC client (Latest release/pre-release)'
10
10
url=' https://thelounge.chat/'
11
11
arch=(' any' )
@@ -52,6 +52,12 @@ build() {
52
52
file:" $srcdir /$_pkgname -${_pkgver} .tgz"
53
53
54
54
# fetch sqlite3 binary blob
55
+
56
+ # node-gyp or node have a bug that prevents building with "text file busy" if the kernel is too fast
57
+ # so we have to disable IO_URING support. This is cleary a hack and needs to be removed as soon as possible
58
+ # https://github.com/nodejs/node/issues/48444 is the necro bumped thread originally in docker
59
+ export UV_USE_IO_URING=0
60
+
55
61
cd node_modules/sqlite3 || exit 1
56
62
yarn run install
57
63
}
You can’t perform that action at this time.
0 commit comments