Ralf Gommers
6b8379d6d9
Run nightly Homebrew cron job only on the main repo, not on forks
I noticed this because GitHub emailed me that it would disable the
nightly job because it hadn't changed for 3 months. It currently takes
30-50 minutes daily, and by default runs on all forks of the main
repository that have the relevant workflow yaml file. That serves little
purpose and wastes quite a bit of energy - so disable the runs outside
of the main repo.
This will not disable the runs on forks already made in the past that
contain this workflow file, but it does save 3 months worth of runs on
every new fork that is created.
[skip ci]
1 year ago
Martin Kroeker
f8c230c21c
Switch MINGW-W64 jobs to UCRT
1 year ago
gxw
211bb35dee
gh-actions: Adding DYNAMIC_ARCH test for LoongArch64
2 years ago
Martin Kroeker
bb90b6dfcd
Merge pull request #4157 from steppi/cirun
Set up arm64 graviton CI using cirun
2 years ago
Martin Kroeker
ef4a7e3fca
Merge pull request #4127 from XiWeiGu/LoongArch64-CI
LoongArch64 CI
2 years ago
Markus Mützel
53378296c8
CI: Build with NO_AVX512 for the runners that use Flang 16.
2 years ago
Markus Mützel
1c3fcaaf42
CI (MSYS2): Re-run failed tests verbosely.
2 years ago
Markus Mützel
f334bd9041
CI (MSYS2): Use LLVM Flang on CLANG64 runners. Add CLANG32 runner.
2 years ago
gxw
96bf226bca
gh-actions: Add loongarch64 CI
2 years ago
steppi
7c8ea130a3
Set up cirun workflow for arm64 graviton
2 years ago
Martin Kroeker
a98c292a91
Merge pull request #4024 from Rabenda/add-c910v-ci
CI (C910V): add test
2 years ago
Martin Kroeker
e09055330e
run apt-get update before fetching cross-compilers
2 years ago
Han Gao
7b16c4c051
CI (C910V): add test
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
2 years ago
Markus Mützel
e27e9a50b1
CI (MSYS2): Save ccache before running tests.
2 years ago
Markus Mützel
67d33e5b98
CI (MSYS2): Update location of compiler cache.
2 years ago
Martin Kroeker
c718de14c5
Update nightly-Homebrew-build.yml
add NO_INSTALL_FROM_API to re-enable --HEAD
2 years ago
Martin Kroeker
5be8b43fa9
Disable dependents check to avoid python 3.11 conflict
2 years ago
Martin Kroeker
da028179e4
try libtinfo5 rather than libtinfo-devel
2 years ago
Martin Kroeker
4d9d810b98
ensure libtinfo is available for Linux/flang
2 years ago
Alex
c726604319
build: harden dynamic_arch.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
3 years ago
Alex
4de8e1b8f9
build: harden mips64.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
3 years ago
Alex
11cd108095
build: harden nightly-Homebrew-build.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
3 years ago
gxw
548a11b9d9
[WIP,Testing]: Add test for mips64
3 years ago
Martin Kroeker
93a6e5fe30
Merge pull request #3750 from mmuetzel/ci-msys2
CI (MSYS2): Configure with `-DCMAKE_BUILD_TYPE=Release`.
3 years ago
Martin Kroeker
41e51dbc1b
add target for mips xbuild
3 years ago
Markus Mützel
c4d7ce3384
CI (MSYS2): Add one runner with `-DCMAKE_BUILD_TYPE=None`.
3 years ago
Markus Mützel
594ceeceda
CI (MSYS2): Configure with `-DCMAKE_BUILD_TYPE=Release`.
3 years ago
Jiaxun Yang
1569a43f7e
GitHub Actions: Add cross compile tests
Add cross compile tests without running checks. Currently
only mips64el, riscv64, mipsel, alpha is wired up.
Just help us make sure those less popular CPUs are not
messed up by changes.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
3 years ago
Markus Mützel
430bea00ba
Adapt commands for tests with GNU make.
3 years ago
Markus Mützel
2aa8086bdd
Consolidate actions on GitHub runners.
Re-organize build matrix for Ubuntu and MacOS runners.
Don't start runners that don't do anything.
Run tests.
3 years ago
Markus Mützel
67714aea71
Add action for MSYS2 builds.
3 years ago
Martin Kroeker
8c25b440a0
revert "try to work around gcc update problems"
...as homebrew has dropped at least gcc8 now
4 years ago
Martin Kroeker
da8d7f09f1
try to work around gcc update problems
4 years ago
Leonard Lausen
4cb1db0e3b
Test flang build
5 years ago
Martin Kroeker
a8f42ae85c
set cmake build type to Release
5 years ago
Martin Kroeker
e153bdeb70
Update dynamic_arch.yml
5 years ago
Martin Kroeker
c2001f7756
Make cmake build verbose to see options in use
5 years ago
Leonard Lausen
5a709b8340
Print CPU info in output
5 years ago
Leonard Lausen
b31a68b835
Add Github Actions test for DYNAMIC_ARCH builds
5 years ago
Martin Kroeker
f80dd2151e
xcode 11.4.1 for homebrew ?
5 years ago
Martin Kroeker
4412ee1754
Switch homebrew build env to new xcode 11.4
default 11.3.1 in the github image is causing brew to fail with "outdated xcode" message
5 years ago
Izaak Beekman
1a88c4ab26
Fix bottle upload problem & typo
5 years ago
Izaak Beekman
0b44802164
Test push & PRs only when workflow file changes
Also, add comments to clarify what the test is testing
5 years ago
Izaak Beekman
2c242b4cef
Add Github Action to build development branch nightly with Homebrew
5 years ago