Skip to content

Commit

Permalink
Run Ubuntu 22.04 test inside coverage pipeline to increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya committed Jan 28, 2025
1 parent 09f33f3 commit 4dbc4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/amd64-ubuntu2204.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ env:
jobs:
ubuntu-latest:

runs-on: ubuntu-latest
# Atheris fails to install on Ubuntu 24.04, thus, this pipeline can test Atheris on 22.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
- name: Install Dependences
run: |
sudo apt update && sudo apt install -y gdb pip curl python3-dev llvm \
openjdk-17-jdk ca-certificates gnupg
# Atheris fails to install on Ubuntu 24.04, see https://github.com/google/atheris/issues/82
# pip3 install atheris
pip3 install atheris
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
export NODE_MAJOR=20
Expand Down

0 comments on commit 4dbc4cb

Please sign in to comment.