Skip to content

Commit

Permalink
Merge pull request #1724 from realm/cr/1.15.0
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
9 people authored Apr 17, 2024
2 parents 80a5659 + 663187f commit 6a6a305
Show file tree
Hide file tree
Showing 26 changed files with 221 additions and 997 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Lock Threads'

on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write
discussions: write

concurrency:
group: lock-threads

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: 30
pr-inactive-days: 30
log-output: true
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: jwlawson/[email protected]
with:
cmake-version: ${{ vars.VERSION_CMAKE }}

# Manually install SWIG 4.1.1 as only 4.0.2 is pre-installed
# 4.1.1 is not available in apt-get, so use brew instead
# We need to use the formulae directly from GitHub to pin the version as Homebrew does not have
Expand Down
150 changes: 89 additions & 61 deletions CHANGELOG.md

Large diffs are not rendered by default.

96 changes: 0 additions & 96 deletions Dockerfile.android

This file was deleted.

Loading

0 comments on commit 6a6a305

Please sign in to comment.