Skip to content

Commit

Permalink
ci: Mark espup as glibc_pre_2_34_incompat
Browse files Browse the repository at this point in the history
```
+ espup --version
espup: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by espup)
espup: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by espup)
espup: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by espup)
```
  • Loading branch information
taiki-e committed Mar 4, 2025
1 parent 073412b commit 469c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/tool-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ glibc_pre_2_35_incompat=(
glibc_pre_2_34_incompat=(
"${glibc_pre_2_35_incompat[@]}"
cargo-spellcheck
espup
wait-for-them
xbuild
)
# version `GLIBC_2.31' not found
glibc_pre_2_31_incompat=(
"${glibc_pre_2_34_incompat[@]}"
cargo-sort
espup
)
# version `GLIBC_2.28' not found
glibc_pre_2_28_incompat=(
Expand Down

0 comments on commit 469c5e2

Please sign in to comment.