Skip to content

Commit

Permalink
Changed to Ubuntu 18.04 for newer CMAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Moseley committed Apr 19, 2019
1 parent 3e65b1f commit 8a15c15
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ task:
container:
cpu: 4
memory: 16
dockerfile: .cirrus/Dockerfile.ubuntu16.04
dockerfile: .cirrus/Dockerfile.ubuntu18.04

build_script: ./bootstrap.sh && ninja
test_script: cd ../tests && ./run_tests.py
Expand Down
9 changes: 9 additions & 0 deletions .cirrus/Dockerfile.ubuntu18.04
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:bionic-20190307

ENV DEBIAN_FRONTEND=noninteractive

RUN set -e -x ;\
apt-get -y update ;\
apt-get -y upgrade ;\
apt-get -y install \
build-essential cmake gcc git ninja-build doxygen python3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# PADRING - a padring generator for ASICs
[![Build Status](https://api.cirrus-ci.com/github/YosysHQ/padring.svg)](https://cirrus-ci.com/github/YosysHQ/padring)

![](doc/padring.png)

Expand All @@ -16,7 +17,6 @@ Check out the example in the `example` directory.

The filler cells are auto-detected by the padring program. Should this process fail, the user can add an explicit prefix which will be used to find the filler cells.


## Configuration file

The following commands are available:
Expand Down

0 comments on commit 8a15c15

Please sign in to comment.