Skip to content

Commit

Permalink
CI with Glibc-2.23, Clang-4.0 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Lau authored Jul 20, 2021
1 parent 07487db commit 85bfeda
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 137 deletions.
38 changes: 0 additions & 38 deletions .maintain/docker/Dockerfile

This file was deleted.

12 changes: 6 additions & 6 deletions .maintain/docker/Dockerfile.aarch64-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ FROM rustembedded/cross:aarch64-unknown-linux-gnu
# only for aarch64

# change mirrorlist
RUN apt update && apt upgrade -y && apt install -y \
# lib
libc6-dev-i386 \
# compiler
gcc-aarch64-linux-gnu gcc-5-aarch64-linux-gnu g++-aarch64-linux-gnu g++-5-aarch64-linux-gnu \
clang llvm libclang-dev
RUN apt update && apt install -y \
# lib
libc6-dev-i386 \
# compiler
gcc-aarch64-linux-gnu gcc-5-aarch64-linux-gnu g++-aarch64-linux-gnu g++-5-aarch64-linux-gnu \
clang llvm libclang-dev
29 changes: 0 additions & 29 deletions .maintain/docker/Dockerfile.arm-linux-gnueabihf

This file was deleted.

31 changes: 0 additions & 31 deletions .maintain/docker/Dockerfile.armv7-linux-gnueabihf

This file was deleted.

2 changes: 1 addition & 1 deletion .maintain/docker/Dockerfile.darwinia.x86_64-linux-gnu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable-slim
RUN apt-get update && apt-get install -y --no-install-recommends openssl && rm -rf /var/lib/apt/lists/*
RUN apt update && apt install -y --no-install-recommends openssl && rm -rf /var/lib/apt/lists/*
COPY deploy/darwinia /usr/local/bin/darwinia
EXPOSE 30333 9933 9944
ENTRYPOINT [ "/usr/local/bin/darwinia" ]
13 changes: 0 additions & 13 deletions .maintain/docker/Dockerfile.mirror-chn.aarch64-linux-gnu

This file was deleted.

12 changes: 0 additions & 12 deletions .maintain/docker/Dockerfile.mirror-chn.x86_64-linux-gnu

This file was deleted.

12 changes: 6 additions & 6 deletions .maintain/docker/Dockerfile.x86_64-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with Darwinia. If not, see <https://www.gnu.org/licenses/>.

FROM centos:7
FROM ubuntu:16.04

# for gernal linux

# change mirrorlist
RUN yum -y update && yum -y upgrade && yum -y install \
# tool
git make \
# compiler
clang gcc gcc-c++ llvm
RUN apt update && apt install -y \
# tool
git make \
# compiler
gcc g++ clang-4.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#### Binary
| | Arch | glibc (at least) | llvm (at least) | pre-built |
| :-----------: | :----: | :--------------: | :-------------: | :-------: |
| General Linux | x86_64 | 2.17 | 3.8 | ✔︎ |
| General Linux | x86_64 | 2.23 | 4.0 | ✔︎ |

#### Docker
```docker
Expand Down

0 comments on commit 85bfeda

Please sign in to comment.