Skip to content

Commit

Permalink
Merge pull request #51 from espressif/ci/fix_and_unlock_ci
Browse files Browse the repository at this point in the history
fix(ci): Fixed CI workflows
  • Loading branch information
roma-jam authored Jan 17, 2025
2 parents 37995c7 + 7c0df27 commit 7e99268
Show file tree
Hide file tree
Showing 212 changed files with 398 additions and 22,567 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_run_esp_usb_test_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
if: ${{ github.repository_owner == 'espressif' }}
needs: build
strategy:
fail-fast: false
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
idf_target: ["esp32s2"]
Expand All @@ -67,6 +65,10 @@ jobs:
- name: Clone esp-usb repository
run: |
git clone https://github.com/espressif/esp-usb.git
- name: ⚙️ Install System tools
run: |
apt update
apt install -y usbutils
- name: Install Python packages
env:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Build Fuzzer
run: |
sudo apt install libc++-dev libc++abi-dev
clang --version
export CC=clang
export CXX=clang++
fuzz_harness=$(ls -d test/fuzz/device/*/)
Expand Down
Loading

0 comments on commit 7e99268

Please sign in to comment.