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

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



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



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



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



---------


(cherry picked from commit 7789afee6e)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-04-28 08:24:39 -07:00
committed by GitHub
parent a2bb50ad7c
commit ecef3f0738
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"));