mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
CI: Add timeout to apt install steps (#8154)
These tend to hang for hours on occasion. Install all apt dependencies via ci-install.bash, and add a hard timeout and retry for each attempt. Also removed unnecessary man-db config (GitHub has this off by default now) and ineffective install path exclusions.
This commit is contained in:
@@ -27,9 +27,10 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install packages for build
|
||||
run: ./ci/ci-install.bash format
|
||||
|
||||
- name: Configure git identity
|
||||
run: |
|
||||
sudo apt install clang-format-18 || \
|
||||
sudo apt install clang-format-18
|
||||
git config --global user.email "[email protected]"
|
||||
git config --global user.name "github action"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user