Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 3860-http-more-immu…
Browse files Browse the repository at this point in the history
…tables
  • Loading branch information
itamarst committed Feb 22, 2022
2 parents 5aa00ab + 2444c55 commit 6dab065
Show file tree
Hide file tree
Showing 15 changed files with 130 additions and 289 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 6dab065

Please sign in to comment.