mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
github actions: Disable pexpect for ASAN for now
This fails basically every commit, just by blowing the time budget.
This commit is contained in:
parent
d855725965
commit
055e40467f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -94,7 +94,9 @@ jobs:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux
|
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux
|
||||||
sudo pip3 install pexpect
|
# Don't install pexpect here because this constantly blows the time budget.
|
||||||
|
# Try again once the rust port is done and we're hopefully not as slow anymore.
|
||||||
|
# sudo pip3 install pexpect
|
||||||
- name: cmake
|
- name: cmake
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
|
|
Loading…
Reference in a new issue