Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B6CD678187F for <~alpine/devel@lists.alpinelinux.org>; Mon, 28 Jun 2021 02:03:13 +0000 (UTC) Received: by mail-ed1-f52.google.com with SMTP id w17so7743633edd.10 for <~alpine/devel@lists.alpinelinux.org>; Sun, 27 Jun 2021 19:03:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zededa-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=vOKE7qzXxngJrG0hMSBTJxcv4V6KXpdcHF2aUowVY0A=; b=pdzA57eRWbvM9yqmRjCRprIvRL9zHYPdoRHBymNcmJcQDTGOoPb3Nl+YCth27P4xYQ MqGs18WNAaTvN/eIkzP6HrvFncRJMWHZDap9FqrX8en3ozkpss7jyKspIGoAIW28/OtL PRAY4ciHbrwl2HZWUwVXVVoz2HTYoJDkhfI/2Hfb5iNIc0d5KnkRGg4dBySSNELyG+92 qImRAIepSLfPZQR6PLy2pizxN5Go+++Lsm1aWIfVklk0guHSWcZEvoltybigkHeHF1NS cL43py/mmZj6HVOpl5vUYiNzUxWPop8TyViqgwKME4eEOF+Dh6tfCBLsN08Oq2CKklmQ qlcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vOKE7qzXxngJrG0hMSBTJxcv4V6KXpdcHF2aUowVY0A=; b=pSj4fdHU7FBtGXJpAad02tdlCi2KV+qJ5s0QaVKIhsfs9ROzLhWWupyhAhPk7a+rcd mX2BKhswRSXRQyGUlT1D1O+gQHHQZv4PnVpjs7W7OnWpo0uHU0bVspT0yX8ll7NmoDb5 kaS8+QNNhF4u7A3QQHOADs0BQn59tCgOd1d6/7UVq56f8t76NDcEBg0ncBqgLAh/yVhb 2zb/f9nryP2UTrCmIwiCSYsRXFChCB5HiOnCNgaRtAHXw3XbSXxympeqIE6LtCfSSr7j cBnl9Ju32bpXHvUEXq6U9T1HLluP8H1LzArvQNCOcMJgXNxt4jXJqEYSPuMTmV688c3X RLeA== X-Gm-Message-State: AOAM533NcabX23xKFgAbZHFgBFvrpNYiGDt7k3mLpTRe3J5GeTLmDwun O1KOjiUGqR16zNtyFjc6pAnZiQC6VWR92DzpcxiGUaqw+zsjLw== X-Google-Smtp-Source: ABdhPJz6ks/ekLRPIfTX9sp3JQREyuNogS1quJjZCUAh/IDHiP9grhLZYvMIaYsnO4N31oE4aBLsDB9N24VXPXA0G5Q= X-Received: by 2002:aa7:db0c:: with SMTP id t12mr29976740eds.112.1624845792605; Sun, 27 Jun 2021 19:03:12 -0700 (PDT) MIME-Version: 1.0 From: Roman Shaposhnik Date: Sun, 27 Jun 2021 19:03:01 -0700 Message-ID: Subject: Plan for RISCV64 in Alpine 3.15 To: ~alpine/devel@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hi! so first of all -- thank you all for taking RISCV forward while I was traveling -- much appreciated! I see that we now have a builder that produces packages and they are actually getting deposited at the usual places. E.g.: https://dl-cdn.alpinelinux.org/alpine/edge/main/riscv64/ Given that, here's my first few infrastructure related questions: 1. what does it take for edge packages to show up on: https://pkgs.alpinelinux.org/packages ? 2. in general, do we produce the final consumable aritfacts for the Edge builds? Things like: https://alpinelinux.org/downloads/ With that out of the way, personally, I'm going to spend this coming week making sure that: * bootstrap.sh is back to functional * we get to produce at least the following artifacts: * MINI ROOT FILESYSTEM * VIRTUAL * see if we can get rid of !tests on builders and selectively disable tests in those packages that just need it. Personally, I also have two SBCs I will be testing Alpine on. Now, the last question I have is this: what would be the criteria for the # of packages or anything else to officially release RISCV64 as part of Alpine 3.15? Thanks, Roman.