From f01030030564e65779918be10bad31389dbe709c Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Sun, 1 Oct 2023 19:48:04 +0000 Subject: [PATCH] deploy: 8545a1e8f93a396dc05ab9722944cc501bfc577c --- docs/contributing.html | 33 ++++++++++++++++++++++++--------- downloads/index.html | 7 ++++--- jobs/index.html | 22 ++++++++++------------ 3 files changed, 38 insertions(+), 24 deletions(-) diff --git a/docs/contributing.html b/docs/contributing.html index 02c99bf841..00a7860edc 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -798,12 +798,19 @@ window.addEventListener('scroll',changeHeaderBg);

master - branch for beta version releases (GHC 9.6.2).

  • -

    master-android - used to build beta Android core library with Nix (GHC 8.10.7).

    +

    master-ghc8107 - branch for beta version releases (GHC 8.10.7).

  • -

    master-ios - used to build beta iOS core library with Nix (GHC 8.10.7) – this branch should be the same as master-android except Nix configuration files.

    +

    master-android - used to build beta Android core library with Nix (GHC 8.10.7), same as master-ghc8107

    +
  • +
  • +

    master-ios - used to build beta iOS core library with Nix (GHC 8.10.7).

    +
  • +
  • +

    windows-ghc8107 - branch for windows core library build (GHC 8.10.7).

  • +

    master-ios and windows-ghc8107 branches should be the same as master-ghc8107 except Nix configuration files.

    In simplexmq repo

    Knowledge of Android and Kotlin Multiplatform would be a bonus - we use Kotlin Jetpack Compose for our Android and desktop apps.