diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-12-12 21:55:52 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-16 20:29:52 +0100 |
commit | 5ca9bee36d81c34d16711efd4910c4ef3278fb3e (patch) | |
tree | 8aa13d5febcb243579550abd7504fc3c5bf9a7a9 /dist/linux/docker/build-fedora26+mcode | |
parent | e89bb574675e6225110a654f712b8ea916609cc2 (diff) | |
download | ghdl-5ca9bee36d81c34d16711efd4910c4ef3278fb3e.tar.gz ghdl-5ca9bee36d81c34d16711efd4910c4ef3278fb3e.tar.bz2 ghdl-5ca9bee36d81c34d16711efd4910c4ef3278fb3e.zip |
use travis stages, use docker multistage builds
Diffstat (limited to 'dist/linux/docker/build-fedora26+mcode')
-rw-r--r-- | dist/linux/docker/build-fedora26+mcode | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dist/linux/docker/build-fedora26+mcode b/dist/linux/docker/build-fedora26+mcode deleted file mode 100644 index fb0aaee9d..000000000 --- a/dist/linux/docker/build-fedora26+mcode +++ /dev/null @@ -1,5 +0,0 @@ -# Fedora 26 -FROM fedora:26 - -RUN dnf --nodocs -y install gcc-gnat zlib-devel make \ - && dnf clean all |