Skip to content

Commit 6a6a305

Browse files
rorbechnhachichafealebenpaerealm-ciclementetb
authored
Merge pull request #1724 from realm/cr/1.15.0
* Prepare next dev iteration * 🔄 Synced file(s) with realm/ci-actions (#1689) * Removing Jenkins switching to Github Action for CI/CD (#1698) * Remove cmake required version (#1710) * [RKOTLIN-1031] Update to Core 14.4.1 (#1668) * [RKOTLIN-825] Remove unused docker image (#1699) * Update URL to documentation * RKOTLIN-1033: Update default base url (#1718) * Upgrade to Core 14.5.0 * Upgrade to Core 14.5.1. * Apply suggestions from code review --------- Co-authored-by: Nabil Hachicha <[email protected]> Co-authored-by: Yavor Georgiev <[email protected]> Co-authored-by: realm-ci <[email protected]> Co-authored-by: Nabil Hachicha <[email protected]> Co-authored-by: clementetb <[email protected]> Co-authored-by: Kenneth Geisshirt <[email protected]> Co-authored-by: Kenneth Geisshirt <[email protected]> Co-authored-by: Nikola Irinchev <[email protected]>
2 parents 80a5659 + 663187f commit 6a6a305

File tree

26 files changed

+221
-997
lines changed

26 files changed

+221
-997
lines changed

.github/workflows/lock-threads.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: 'Lock Threads'
2+
3+
on:
4+
schedule:
5+
- cron: '0 * * * *'
6+
workflow_dispatch:
7+
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
discussions: write
12+
13+
concurrency:
14+
group: lock-threads
15+
16+
jobs:
17+
action:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: dessant/lock-threads@v5
21+
with:
22+
issue-inactive-days: 30
23+
pr-inactive-days: 30
24+
log-output: true

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: jwlawson/[email protected]
6363
with:
6464
cmake-version: ${{ vars.VERSION_CMAKE }}
65-
65+
6666
# Manually install SWIG 4.1.1 as only 4.0.2 is pre-installed
6767
# 4.1.1 is not available in apt-get, so use brew instead
6868
# We need to use the formulae directly from GitHub to pin the version as Homebrew does not have

CHANGELOG.md

Lines changed: 89 additions & 61 deletions
Large diffs are not rendered by default.

Dockerfile.android

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)