Skip to content

Commit

Permalink
Merge pull request #2460 from sparklemotion/flavorjones-upstream-ci-r…
Browse files Browse the repository at this point in the history
…uns-periodically

Run "upstream" CI periodically
  • Loading branch information
flavorjones committed Feb 21, 2022
2 parents 498dda5 + 47b06f4 commit 3b0cfed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -234,7 +234,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["2.6", "2.7", "3.0", "3.1", "mingw", "head"]
ruby: ["2.6", "2.7", "3.0", "3.1", "mingw"]
runs-on: windows-2022
steps:
- name: configure git crlf
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/upstream.yml
Expand Up @@ -4,16 +4,6 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
- v*.*.x
tags:
- v*.*.*
pull_request:
types: [opened, synchronize]
branches:
- '*'
schedule:
- cron: "0 8 * * 1,3,5" # At 08:00 on Monday, Wednesday, and Friday # https://crontab.guru/#0_8_*_*_1,3,5

Expand Down
2 changes: 1 addition & 1 deletion scripts/compile-against-libxml2-source
Expand Up @@ -17,7 +17,7 @@ fi
if [[ $clean_p -gt 0 ]] ; then
make clean || true

./configure --prefix="${PREFIX}" --without-python --without-readline --with-c14n --with-debug --with-threads --with-iconv=yes --host=x86_64-pc-linux-gnu CFLAGS="-O2 -g"
./configure --prefix="${PREFIX}" --without-python --without-readline --with-c14n --with-debug --with-threads --with-iconv=yes --host=x86_64-pc-linux-gnu CFLAGS="-O2 -g -std=c89 -D_XOPEN_SOURCE=700"
fi

make install
Expand Down

0 comments on commit 3b0cfed

Please sign in to comment.