7 comments

  • woodruffw6 hours ago
    I’m a fan of this, although I’m concerned about the security/trust model: using a third-party CI orchestrator on top of GHA means trusting them with all of your secrets, potentially sensitive logs, etc. Those concerns are somewhat lessened in the context of public repos, but even public repos contain nontrivial workflows that use configured secrets.
  • stabbles5 hours ago
    My experience with RISC-V so far is that the chips are not much faster than QEMU emulation. In other words, it's very slow.
    • wyldfire1 hour ago
      Some of that could be related to the ISA but I&#x27;m hoping that it&#x27;s just the fact that the current implementations aren&#x27;t mature enough.<p>The vast majority of the ecosystem seems to be focused on uCs until very recently. So it&#x27;ll take time for the applications processors to be competitive.
      • LeFantome10 minutes ago
        The RISC-V ISA can be fast.<p>Tenstorrent Ascalon, expected later this year, is expected to be AMD Ryzen 5 speeds. Tenstorrent hopes to achieve Apple Silicon speeds in a few years.<p>The SpacemiT K3 is about half as fast as Ascalon and available in April. K3 is 3-4 times faster than the K1 (previous generation).<p>This should give you an idea about how fast RISC-V is improving.
    • k_roy2 hours ago
      Same experience here.<p>At least for SBCs, I’ve bought a few orange pi rv2s and r2s to use as builder nodes, and in some cases they are slower than the same thing running in qemu w&#x2F;buildx or just qemu
    • LeFantome5 hours ago
      That has been the case so far but is changing this year.<p>The SpacemiT K3 is faster than QEMU. Much faster chips are expected to release over the next few months.<p>I mean things like the Milk-V Pioneer were already faster but expensive.<p>One thing that has been frustrating about RISC-V is that many companies close to releasing decent chips have been bought and then those chips never appear (Ventana, Rivos, etc). That and US sanctions (eg. Sophgo SG2380).
    • OsrsNeedsf2P5 hours ago
      Oftentimes slow is fine, when the work is parallel and the hardware is cheap
      • LeFantome4 minutes ago
        RISC-V microcontrollers are inexpensive but “application” processors will be expensive until volumes increase.<p>Performance will get “good enough” over the next 2 years. Prices will drop after that.
        • detaro1 minute ago
          That the &quot;good enough&quot; SoCs will be arriving &quot;over the next 2 years&quot; is what the RISC-V advocates have told us for quite a few years now.
      • pelasaco4 hours ago
        which, sadly, isnt the case right now
        • dlcarrier3 hours ago
          It is the case for embedded microcontrollers. An ESP32-C series is about as cheap as you can get a WiFi controller, and it includes one or more RISC-V cores that can run custom software. The Raspberry Pi Pico and Milk-V Duo are both a few dollars and include both ARM and RISC-V view. with all but the cheapest Duo able to run Linux.
  • camel-cdr5 hours ago
    Sadly still on quite old hardware, with no RVV. Hopefully scaleway will have some newer servers in the future and this can be simply updated to the new devices.
    • LeFantome4 hours ago
      You can get RVV instances from Saleway.
      • camel-cdr4 hours ago
        Oh, cool, I didn&#x27;t see them on the website. (<a href="https:&#x2F;&#x2F;labs.scaleway.com&#x2F;en&#x2F;em-rv1&#x2F;" rel="nofollow">https:&#x2F;&#x2F;labs.scaleway.com&#x2F;en&#x2F;em-rv1&#x2F;</a>)
  • IshKebab6 hours ago
    Very good move. Hopefully GitHub won&#x27;t ruin this with their CI charging changes.
  • singpolyma34 hours ago
    GitHub only :(
  • boredatoms5 hours ago
    ..is this RVA23?
    • LeFantome5 hours ago
      Not yet<p>RV64GC (C910 cores)
  • Western06 hours ago
    Perfect for snooping on other people’s projects. No one in their right mind would touch this. It’s cheaper to buy the board yourself.
    • jubilanti5 hours ago
      Yes, what a devious plan: give open source software projects a free CI service so you can... read their open source software code?
    • mhitza6 hours ago
      It seems to be a Linux Foundation project, my trust is implicit higher than what you&#x27;re claiming. Why wouldn&#x27;t <i>you</i> trust them?<p>It&#x27;s also aimed at open-source projects, for free, with the intent to improve RISC-V support.
    • LeFantome6 hours ago
      RISE is supported by many legit companies. Stealing is for sure not the intent.<p>The idea is to promote testing on RISC-V and to eliminate lack of hardware for being the reason not to. Obviously, low budget projects and Open Source are the primary targets. Commercial products can afford real RISC-V hardware.<p>This is who you are trusting: <a href="https:&#x2F;&#x2F;riseproject.dev&#x2F;members&#x2F;" rel="nofollow">https:&#x2F;&#x2F;riseproject.dev&#x2F;members&#x2F;</a>
    • ctz6 hours ago
      people better not be snooping on my public open source projects!