Skip to content

Commit

Permalink
Merge 3a859e3 into 296bc3e
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed Feb 15, 2022
2 parents 296bc3e + 3a859e3 commit aca12c9
Show file tree
Hide file tree
Showing 15 changed files with 123 additions and 277 deletions.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile.debian
@@ -1,7 +1,7 @@
ARG TAG
FROM debian:${TAG}
ARG PYTHON_VERSION

ENV DEBIAN_FRONTEND noninteractive
ENV WHEELHOUSE_PATH /tmp/wheelhouse
ENV VIRTUALENV_PATH /tmp/venv
# This will get updated by the CircleCI checkout step.
Expand Down
@@ -1,5 +1,5 @@
ARG TAG
FROM centos:${TAG}
FROM oraclelinux:${TAG}
ARG PYTHON_VERSION

ENV WHEELHOUSE_PATH /tmp/wheelhouse
Expand All @@ -13,7 +13,6 @@ RUN yum install --assumeyes \
sudo \
make automake gcc gcc-c++ \
python${PYTHON_VERSION} \
python${PYTHON_VERSION}-devel \
libffi-devel \
openssl-devel \
libyaml \
Expand Down
2 changes: 1 addition & 1 deletion .circleci/Dockerfile.ubuntu
@@ -1,7 +1,7 @@
ARG TAG
FROM ubuntu:${TAG}
ARG PYTHON_VERSION

ENV DEBIAN_FRONTEND noninteractive
ENV WHEELHOUSE_PATH /tmp/wheelhouse
ENV VIRTUALENV_PATH /tmp/venv
# This will get updated by the CircleCI checkout step.
Expand Down

0 comments on commit aca12c9

Please sign in to comment.