ci: update vlang/gui hash to latest b4e3716b042ee6352efedff64c5b92cbf0e81ded in compile_vlang_gui_examples.sh (remove deprecated notices for module gx on the CI)

This commit is contained in:
Delyan Angelov 2025-09-08 17:01:39 +03:00
parent d29470534f
commit b50327ad89
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -12,7 +12,7 @@ export VJOBS=1
show "Clone https://github.com/vlang/gui" show "Clone https://github.com/vlang/gui"
v retry -- git clone --filter=blob:none --quiet https://github.com/vlang/gui ~/.vmodules/gui/ v retry -- git clone --filter=blob:none --quiet https://github.com/vlang/gui ~/.vmodules/gui/
show "Checkout last known good commit" show "Checkout last known good commit"
git -C ~/.vmodules/gui/ checkout e5cc33fe816fef33d718cb1b91f66d6bd38fb4a4 git -C ~/.vmodules/gui/ checkout b4e3716b042ee6352efedff64c5b92cbf0e81ded
show "Check module for syntax and semantic errors" show "Check module for syntax and semantic errors"
v -shared -check ~/.vmodules/gui v -shared -check ~/.vmodules/gui
show "Execute Tests" show "Execute Tests"