Sebastian Ullrich
f142d9f798
fix: ignore errors on IO.FS.Handle finalization ( #2935 )
2023-11-27 08:17:33 +00:00
Joachim Breitner
5a68ad9ef4
chore: Run CI on all PRs, even base ≠ master ( #2955 )
2023-11-23 21:50:30 +00:00
Sebastian Ullrich
5eb4a007a6
chore: CI: pin macos-11 to work around 12.7.1 breakage ( #2946 )
...
Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
2023-11-22 13:17:27 +00:00
Scott Morrison
91917516f1
chore: run CI on merge_group ( #2948 )
...
Per
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
2023-11-22 11:24:13 +00:00
Alexander Bentkamp
7fb7b5c5cb
chore: releases for web assembly and x86 Linux ( #2855 )
2023-11-15 18:18:47 +01:00
Scott Morrison
37c2ec10e9
chore: fix conditional syntax in pre-release.yml
2023-11-15 12:24:20 +11:00
Scott Morrison
1f68dec119
chore: fix commit used for PR release ( #2861 )
...
We were checking out the synthetic merge commit between the PR `HEAD`
and `master`, and this was then breaking the logic to determine which
nightly-testing branches to use in Mathlib and Std.
2023-11-11 00:35:27 +00:00
Scott Morrison
37c154b6de
chore: use flow control rather than exit codes in CI scripts ( #2828 )
2023-11-06 06:08:12 +00:00
Scott Morrison
691113ca7c
chore: add Mathlib CI comments using the mathlib bot ( #2824 )
2023-11-06 00:25:41 +00:00
Scott Morrison
8cf9d13ca4
chore: still fixing CI ( #2817 )
2023-11-04 06:32:05 +00:00
Scott Morrison
e217ad3929
chore: more adjustments to new CI scripts ( #2811 )
2023-11-03 02:34:23 +00:00
Scott Morrison
4934f5c56d
chore: force push to nightly branch when making nightly-YYYY-MM-DD tags ( #2808 )
2023-11-02 12:05:15 +00:00
Scott Morrison
e360544001
chore: don't run irrelevant CI steps ( #2807 )
2023-11-02 11:45:19 +00:00
Scott Morrison
1bc07a4e06
chore: fix to Mathlib combined CI ( #2806 )
2023-11-02 09:54:08 +00:00
Scott Morrison
1e915b1248
chore: fix to Mathlib combined CI ( #2804 )
2023-11-02 06:21:19 +00:00
Scott Morrison
da32b5f837
feat: use nightly-testing-YYYY-MM-DD branches on Mathlib for testing PRs, and be more conservative about launching Mathlib CI ( #2798 )
2023-11-02 12:07:06 +11:00
TAKANO Mitsuhiro
29b09b0900
chore: CI: use setup-emsdk@v12 ( #2796 )
...
Fix for below warning in GitHub Actions.
```
Web Assembly
The following actions uses node12 which is deprecated and will be forced to run on node16: mymindstorm/setup-emsdk@v11. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
2023-11-01 18:53:08 +01:00
Scott Morrison
f76a17b33f
chore: run CI against the head of the branch, not a virtual merge with master ( #2769 )
2023-10-27 21:46:49 +11:00
Scott Morrison
dba299ac6a
chore: update 'nightly' branch to track nightly releases ( #2767 )
2023-10-27 21:46:06 +11:00
Scott Morrison
41ed5ddf57
chore: add missing if statements to pr-release.yml workflow ( #2639 )
2023-10-09 04:00:56 +00:00
Alexander Bentkamp
7dc1618ca5
feat: Web Assembly Build ( #2599 )
...
Co-authored-by: Rujia Liu <rujialiu@user.noreply.github.com>
2023-10-04 09:04:20 +02:00
Sebastian Ullrich
2f51d5af49
chore: CI: add backport action
2023-09-25 11:33:14 +02:00
Sebastian Ullrich
de76a5d922
chore: activate stale PR labeler
2023-09-20 09:18:46 +02:00
Sebastian Ullrich
6bd0a615f1
chore: CI: add workflow_dispatch for stale labeler
2023-09-19 15:29:00 +02:00
Sebastian Ullrich
97c4fe3244
chore: CI: label stale PRs
2023-09-19 08:53:23 -04:00
Sebastian Ullrich
0c324a5445
fix: set MACOSX_DEPLOYMENT_TARGET in CI only
2023-09-19 06:11:31 -04:00
Scott Morrison
c4bd112a7f
chore: when bumping Mathlib testing branches, bump to latest nightly-testing ( #2553 )
2023-09-18 02:02:24 +00:00
Scott Morrison
ee3ac9901e
chore: do not generate PR releases from forks ( #2550 )
2023-09-17 09:28:42 +00:00
Scott Morrison
66e1472c7e
chore: in nightly release notes, look for changes since last nightly
2023-09-01 11:08:18 +01:00
Scott Morrison
77600c56b6
chore: base lean-pr-testing-NNNN branches off nightly-testing ( #2503 )
2023-09-01 05:43:13 +00:00
Scott Morrison
b2119313bd
feat: add toolchain-available labels to PRs ( #2492 )
2023-08-31 08:36:32 +00:00
Scott Morrison
7de335c661
fix: create a mathlib branch for each Lean PR ( #2494 )
2023-08-31 05:48:24 +00:00
Scott Morrison
c4540f75b8
chore: create a mathlib branch for each Lean PR ( #2473 )
...
* chore: create a mathlib branch for each Lean PR
* use existing branch if present
2023-08-31 13:24:41 +10:00
Scott Morrison
0901e062eb
feat: when making PR releases, only download necessary artifacts ( #2474 )
2023-08-31 12:52:22 +10:00
Scott Morrison
f1f9dc0f2f
chore: remove - from semver prerelease ( #2481 )
2023-08-29 23:14:28 +00:00
Scott Morrison
a5583d72bb
chore: use bash-compatible SemVer regex ( #2475 )
2023-08-29 11:45:21 +00:00
Scott Morrison
aba37e37a5
chore: update CI to create official releases ( #2472 )
2023-08-29 05:48:20 +00:00
Scott Morrison
6861474e01
feat: create release at lean4-pr-releases for each PR ( #2448 )
2023-08-29 14:11:45 +10:00
Scott Morrison
7959091ce4
feat: add labels from comments ( #2460 )
2023-08-29 14:09:20 +10:00
Sebastian Ullrich
d4be21b559
chore: CI: Linux LLVM is not a release
2023-08-16 10:37:30 +02:00
tydeu
b328835f4d
fix: lake: reverse-ffi, manifest, and 62 tests
2023-08-15 20:33:09 -04:00
Henrik
8d3af73853
feat: Linux LLVM CI for stage1+
2023-08-14 13:33:46 +02:00
tydeu
a315fdceb3
test: lake: make 116 deterministic & related tweaks
2023-08-08 16:21:28 -04:00
tydeu
86f11311ba
test: merge examples/git and test/104 & use local test repo
2023-08-02 04:03:56 -04:00
Sebastian Ullrich
4562e8d9a2
fix: do not use GMP on ARM Linux
2023-07-13 09:35:00 +02:00
Leonardo de Moura
6e90442130
chore: disable benchtest at debug and fsanitize
2023-07-11 19:19:42 -07:00
Sebastian Ullrich
a3ebfe29ea
chore: revert "chore: compile against glibc 2.26"
...
This reverts commit ae0e0ed1db .
2023-07-10 21:44:10 +02:00
Sebastian Ullrich
ae0e0ed1db
chore: compile against glibc 2.26
2023-07-10 18:59:06 +02:00
Gabriel Ebner
dd8319c3cd
fix: disable gmp on windows
...
The msys2 gmp package does not support static linking at the moment.
f31bdf893a
2023-01-27 12:28:34 -08:00
Sebastian Ullrich
94547b3d85
chore: CI: avoid deprecated set-output
2023-01-25 10:23:22 +01:00