Skip to content

Commit

Permalink
Merge pull request #3144 from antmicro/ubuntu_bump
Browse files Browse the repository at this point in the history
plugin ci: bump ubuntu
  • Loading branch information
tgorochowik authored Aug 10, 2022
2 parents b2e6116 + a3fdcd7 commit 103bf15
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/yosys-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

test-plugin:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:bionic
container: ubuntu:jammy
defaults:
run:
shell: bash
Expand All @@ -30,7 +30,7 @@ jobs:
apt install -y software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update -qq
apt install -y gcc-9 g++-9 build-essential cmake tclsh ant default-jre swig google-perftools libgoogle-perftools-dev python3 python3-dev python3-pip uuid uuid-dev tcl-dev flex libfl-dev git pkg-config libreadline-dev bison libffi-dev wget
apt install -y gcc-9 g++-9 build-essential cmake tclsh ant default-jre swig google-perftools libgoogle-perftools-dev python3 python3-dev python3-pip uuid uuid-dev tcl-dev flex libfl-dev git pkg-config libreadline-dev bison libffi-dev wget libtinfo5
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
pip install orderedmultidict
Expand Down Expand Up @@ -68,9 +68,6 @@ jobs:
- name: Build binaries
run: |
cd yosys-uhdm-plugin-integration
# ubuntu bionic have too old cmake, install one from pip
pip install cmake
echo 'PATH=/usr/lib/ccache:'"$PATH" >> $GITHUB_ENV
./build_binaries.sh
- name: Build & Test Ibex
Expand Down

0 comments on commit 103bf15

Please sign in to comment.