PR feedback
This commit is contained in:
parent
debfa03414
commit
fc32f1815a
2 changed files with 3 additions and 3 deletions
|
|
@ -11,14 +11,13 @@ RUN set -x \
|
|||
|
||||
RUN pip3 install awscli
|
||||
|
||||
# Pin fpm to avoid git dependency in 1.12.0
|
||||
RUN gem install fpm:1.11.0
|
||||
RUN gem install fpm
|
||||
|
||||
RUN chmod 0777 /opt
|
||||
|
||||
# Override the default pager used by R
|
||||
ENV PAGER /usr/bin/pager
|
||||
|
||||
COPY package.ubuntu-2004 /package.sh
|
||||
COPY package.ubuntu-2204 /package.sh
|
||||
COPY build.sh .
|
||||
ENTRYPOINT ./build.sh
|
||||
|
|
|
|||
|
|
@ -129,6 +129,7 @@ def queue_builds(event, context):
|
|||
# zlib version fails to handle versions longer than 5 characters.
|
||||
# Skip builds affected by this bug.
|
||||
if platform in [
|
||||
'ubuntu-2204',
|
||||
'ubuntu-2004',
|
||||
'ubuntu-1804',
|
||||
'opensuse-15',
|
||||
|
|
|
|||
Loading…
Reference in a new issue