Package Details: alacritty-git 1:0.14.0.2261.g2786683e-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: quininer
Last Packager: quininer
Votes: 99
Popularity: 0.92
First Submitted: 2016-11-01 13:53 (UTC)
Last Updated: 2023-12-31 03:41 (UTC)

Required by (27)

Sources (1)

Latest Comments

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

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....

mmlb commented on 2017-01-10 17:12 (UTC)

you should get rid of setting rustup to the pinned version in the alacritty repo since it's now suggested that any recent nightly should be good. See https://github.com/jwilm/alacritty/issues/196