Giter VIP home page Giter VIP logo

Comments (11)

archseer avatar archseer commented on July 20, 2024 2

The project is still very alpha, so we'll probably cut new point releases often for the time being (consider it more like nightly builds). Would be a pain to update on homebrew-core continuously. Will make sense to do once we have a stable release though.

from helix.

archseer avatar archseer commented on July 20, 2024 2

There's a macOS tap available now: https://github.com/helix-editor/homebrew-helix, courtesy of @ethanbodzioney

from helix.

skyfaller avatar skyfaller commented on July 20, 2024 1

Can you please make sure the Homebrew tap works on Linux as well? I use Homebrew on Pop OS for everything that is too new to be in the Pop Shop / apt / Flatpak. https://docs.brew.sh/Homebrew-on-Linux

from helix.

archseer avatar archseer commented on July 20, 2024 1

I'd like to automate the tap updates on the CI, then the issue can be closed :)

from helix.

tbillington avatar tbillington commented on July 20, 2024

Why a tap? Why not just add to homebrew actual.

from helix.

lewiscowper avatar lewiscowper commented on July 20, 2024

on a similar note, is it feasible (I can open a new Issue if so), to support apple silicon builds?

from helix.

archseer avatar archseer commented on July 20, 2024

@lewiscowper It should be as simple as adding aarch64-apple-darwin to the build matrix:

matrix:
build: [x86_64-linux, aarch64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
include:
- build: x86_64-linux
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-gnu
cross: false
- build: aarch64-linux
os: ubuntu-20.04
rust: stable
target: aarch64-unknown-linux-gnu
cross: true
- build: x86_64-macos
os: macos-latest
rust: stable
target: x86_64-apple-darwin
cross: false
- build: x86_64-windows
os: windows-2019
rust: stable
target: x86_64-pc-windows-msvc
cross: false
# - build: x86_64-win-gnu
# os: windows-2019
# rust: stable-x86_64-gnu
# target: x86_64-pc-windows-gnu
# - build: win32-msvc
# os: windows-2019
# rust: stable
# target: i686-pc-windows-msvc

I didn't include it before when the codebase was private since macOS builds cost 10x CI time for rivate repos

from helix.

hovsater avatar hovsater commented on July 20, 2024

@archseer should we close this then? 🙂

from helix.

hovsater avatar hovsater commented on July 20, 2024

Could this be closed now since we decided to drop the tap altogether?

from helix.

archseer avatar archseer commented on July 20, 2024

We should still upstream to Homebrew first.

from helix.

archseer avatar archseer commented on July 20, 2024

Recipe was upstreamed!

from helix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.