Package Details: alacritty-git 1:0.18.0.2481.g2f03c302-1

Git Clone URL: https://aur.archlinux.org/alacritty-git.git (read-only, click to copy)
Package Base: alacritty-git
Description: A cross-platform, GPU-accelerated terminal emulator
Upstream URL: https://github.com/alacritty/alacritty
Keywords: GPU rust terminal
Licenses: Apache
Conflicts: alacritty
Provides: alacritty
Submitter: quininer
Maintainer: ilovemikael
Last Packager: ilovemikael
Votes: 99
Popularity: 0.54
First Submitted: 2016-11-01 13:53 (UTC)
Last Updated: 2026-04-24 23:34 (UTC)

Required by (55)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »

<deleted-account> commented on 2017-01-29 10:24 (UTC)

If you're using rustup you can replace the build line with this rustup run $(<rustc-version) cargo build --release which will build using the right nightly. No need for override.

Yamakaky commented on 2017-01-28 23:13 (UTC)

You should not do `cargo update` while packaging. The whole idea of Cargo.lock is replicable builds.

oconnor663 commented on 2017-01-25 22:04 (UTC)

Removing the `set override` line caused the build to break on machines that have rustup installed but which don't have it default to nightly, I think.

mmlb commented on 2017-01-24 19:00 (UTC)

It'd be nice if you could add git sha to the package version. I like to see what has changed between builds/installs. Something like: pkgver() { cd $pkgname echo $(grep '^version =' Cargo.toml|head -n1|cut -d\" -f2).$(git rev-list --count HEAD).g$(git describe --always) }

codybonney commented on 2017-01-21 08:08 (UTC) (edited on 2017-01-21 08:08 (UTC) by codybonney)

@thelongdivider I had to manually run "rustup override set nightly" to get around that error.

thelongdivider commented on 2017-01-19 16:44 (UTC)

error: no default toolchain configured

quininer commented on 2017-01-18 17:14 (UTC)

I decided to remove the `rustup set`.

quenyen commented on 2017-01-18 16:56 (UTC)

rustup override set nightly should be changed to.... rustup override set $(<rustc-version) To ensure a working nightly build. Sometimes nightly is broken whereas the above command works more often.

quenyen commented on 2017-01-18 16:46 (UTC)

I just tried to build with this and it failed....I successfully built manually though....