Merge pull request #5130 from dhalbert/update-adabot
update tools/adabot submodule
This commit is contained in:
commit
74770861ac
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -462,7 +462,7 @@ jobs:
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt-get install -y gettext
|
||||
pip install requests sh click setuptools awscli
|
||||
pip install -r requirements-dev.txt
|
||||
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
|
||||
sudo tar -C /usr --strip-components=1 -xaf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
|
||||
- name: Versions
|
||||
|
@ -7,6 +7,7 @@ jinja2
|
||||
typer
|
||||
|
||||
requests
|
||||
requests-cache
|
||||
sh
|
||||
click
|
||||
setuptools
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 393c2756714b5cccf028a82c23b873d36b2d9e8b
|
||||
Subproject commit f879b24c5fcf759be3ecbd2ef6c5302b2acc8d28
|
Loading…
Reference in New Issue
Block a user