Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Jan 18, 2022
2 parents 305698e + 1092590 commit 02fd9be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .ci/Dockerfile.2016

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
#pull_request:
workflow_dispatch:
#schedule:
# - cron: '0 3 * * 1,4'
# - cron: '0 3 * * *'

concurrency: nope

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2016, 2019, 2022]
image: [2019, 2022]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2016, 2019, 2022]
image: [2019, 2022]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ create_archives() {
popd > /dev/null

pushd ${_newmsysbase} > /dev/null
export XZ_OPT="-e9T0"
local _compress_cmd2="/usr/bin/tar --transform='s/:/_/g' --dereference --hard-dereference -cJf ${_thisdir}/${_filename2} msys${_bitness}"
echo "Run: ${_compress_cmd2} ..." | tee -a ${_log}
eval "${_compress_cmd2}" 2>&1 | tee -a ${_log}
Expand Down

0 comments on commit 02fd9be

Please sign in to comment.