-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2084: Create release 1.3.0
(git merge
approach)
#2128
Conversation
…ld-compilers #2018: Remove support for old compilers
1930 Add new microbenchmarks
…ttom of the implicit task stack
…spend-correct-task-with-threads 2028 setcontext doesnt suspend correct task with threads
…nt to appease nvcc 11.4
…endMsg template arguments that nvcc didn't complain about this time
#2040 Clarify reference to static member functions in template argument to appease nvcc 11.4
#2107: CI: remove builds for unsupported compilers
Pipelines resultsPR tests (gcc-12, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (clang-9, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (clang-12, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (clang-11, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (clang-13, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (clang-14, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (nvidia cuda 11.0, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (nvidia cuda 11.2, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (clang-10, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for 348fb8e (2023-04-04 15:53:26 UTC)
PR tests (intel icpc, ubuntu, mpich) Build for 348fb8e (2023-04-04 15:53:26 UTC)
|
With this approach |
80d7b34
to
348fb8e
Compare
1.3.0
(git merge
approach)
@cz4rs Why does this PR target |
My bad 🤦 |
Source code is in sync now: git diff develop..2084-release-1-3-0-merge
diff --git a/VERSION b/VERSION
index 23aa83906..f0bb29e76 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.2
+1.3.0 |
@cz4rs @PhilMiller @lifflander Is this the one we want to merge, without the signed commit? I don't see an option to override the requirement here. Do we just turn off the requirement in the branch settings, merge, and then turn it back on? |
Sounds reasonable to me. |
fixes #2084
Try another way of handling the history:
The remaining differences are handled with 348fb8e.