PR feedback

This commit is contained in:
Joshua C. Forest 2022-02-04 08:23:41 -05:00
commit fc32f1815a
2 changed files with 3 additions and 3 deletions

View file

@ -11,14 +11,13 @@ RUN set -x \
RUN pip3 install awscli RUN pip3 install awscli
# Pin fpm to avoid git dependency in 1.12.0 RUN gem install fpm
RUN gem install fpm:1.11.0
RUN chmod 0777 /opt RUN chmod 0777 /opt
# Override the default pager used by R # Override the default pager used by R
ENV PAGER /usr/bin/pager ENV PAGER /usr/bin/pager
COPY package.ubuntu-2004 /package.sh COPY package.ubuntu-2204 /package.sh
COPY build.sh . COPY build.sh .
ENTRYPOINT ./build.sh ENTRYPOINT ./build.sh

View file

@ -129,6 +129,7 @@ def queue_builds(event, context):
# zlib version fails to handle versions longer than 5 characters. # zlib version fails to handle versions longer than 5 characters.
# Skip builds affected by this bug. # Skip builds affected by this bug.
if platform in [ if platform in [
'ubuntu-2204',
'ubuntu-2004', 'ubuntu-2004',
'ubuntu-1804', 'ubuntu-1804',
'opensuse-15', 'opensuse-15',