fix(egl-wayland,egl-x11): Needs an i686 build, remove the update script (#4473)

* fix(egl-wayland): Needs an i686 build

Signed-off-by: Gilver <rockgrub@disroot.org>

* fix(egl-x11): Needs an i686 build

Signed-off-by: Gilver <rockgrub@disroot.org>

* Delete anda/lib/nvidia/egl-x11/update.rhai

Signed-off-by: Gilver <rockgrub@disroot.org>

* Delete anda/lib/nvidia/egl-wayland/update.rhai

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-04-28 10:15:45 -05:00
committed by GitHub
parent 69fee075dc
commit 7789afee6e
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,8 +1,10 @@
project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "egl-wayland.spec"
}
labels {
subrepo = "nvidia"
mock = 1
}
}
-1
View File
@@ -1 +0,0 @@
rpm.version(gh("NVIDIA/egl-wayland"));
+2
View File
@@ -1,8 +1,10 @@
project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "egl-x11.spec"
}
labels {
subrepo = "nvidia"
mock = 1
}
}
-1
View File
@@ -1 +0,0 @@
rpm.version(gh_tag("NVIDIA/egl-x11"));