Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't download windows-aarch64 binaries on win64 host #71

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump to later packages when approrpriate
keep lune on specific version that triggers the original bug.

darklua has a newer version since its migration to github, but keeping it on the last version published to gitlab since it's the only regression test for gitlab functionality.
matthargett authored Jul 14, 2023

Unverified

The email in this signature doesn’t match the committer email.
commit e9dfe9c1f9a49c41e15f482a58962c59bd57db64
8 changes: 4 additions & 4 deletions scripts/end-to-end-tests.sh
Original file line number Diff line number Diff line change
@@ -53,11 +53,11 @@ verify_install_all_before_fail () {
}

verify_github_tool Rojo "rojo-rbx/rojo" "7.3.0"
verify_github_tool remodel "rojo-rbx/remodel" "0.9.1"
verify_github_tool stylua "JohnnyMorganz/stylua" "0.17.1"
verify_github_tool luau-lsp "JohnnyMorganz/luau-lsp" "1.20.2"
verify_github_tool remodel "rojo-rbx/remodel" "0.11.0"
verify_github_tool stylua "JohnnyMorganz/stylua" "0.18.0"
verify_github_tool luau-lsp "JohnnyMorganz/luau-lsp" "1.22.0"
verify_github_tool lune "filiptibell/lune" "0.6.7"

verify_gitlab_tool darklua "seaofvoices/darklua" "0.7.0"
verify_gitlab_tool darklua "seaofvoices/darklua" "0.8.0"

verify_install_all_before_fail selene "Kampfkarren/selene" "0.25.0"