Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Apr 25, 2022
1 parent 66060cd commit a59e83e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ directories:
output: tests/_output
support: tests/_support
fail_fast: true
verbose: false
verbose: true
4 changes: 2 additions & 2 deletions zinit-install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -1442,8 +1442,8 @@ builtin source "${ZINIT[BIN_DIR]}/zinit-side.zsh" || {
# aarch64 '((arm|(^(amd|x86)))64|aarch64)*^*(amd|x86_64)'
matchstr=(
android '(apk|android)'
amd64 '*((amd64|x86_64|[i-_]386)|)*~*(aarch64|arm64|armv[0-9]|[-_]arm|[i-_]686)*'
x86_64 '*((amd64|x86_64|[i-_]386)|)*~*(aarch64|arm64|armv[0-9]|[-_]arm|[i-_]686)*'
x86_64 '*(amd64|x86_64)*(^(aarch64|arm64|armv[0-9]|[-_]arm|[46]86|powerpc|riscv))*'
amd64 '*((amd64|x86_64)|)*~*(aarch64|arm64|armv[0-9]|[-_]arm|[46]86|powerpc|riscv)*'
darwin '*((#s)|/)*(darwin*|osx|mac(os|))*((#e)|/)~*(ios|386)'
linux-gnu '*((#s)|/)*linux(([-_](musl|gnu))?|musl|gnu|)*((#e)|/)*'
linux-musl '*((#s)|/)*linux(([-_](musl))?|musl|)*((#e)|/)*'
Expand Down

0 comments on commit a59e83e

Please sign in to comment.