Skip to content

Commit

Permalink
Revert "Use stable rust"
Browse files Browse the repository at this point in the history
This reverts commit ebbbcbd.
  • Loading branch information
AOx0 committed Jun 15, 2024
1 parent ebbbcbd commit 5e0ae60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm ./gpg_key
gpg --list-keys --keyid-format=long
gpg --list-secret-keys --keyid-format=long

for i in typst-git helix-git gitkraken-wayland; do
for i in helix-git gitkraken-wayland; do
status=13
git submodule update --init $i
cd $i
Expand Down
6 changes: 3 additions & 3 deletions helix-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgdesc="A text editor written in rust"
url="https://helix-editor.com"
_git="https://github.com/AOx0/${_pkgname}.git"
arch=(x86_64)
makedepends=('git' 'cargo')
makedepends=('git' 'cargo-nightly')
depends=()
provides=('hx')
conflicts=('helix')
Expand Down Expand Up @@ -77,9 +77,9 @@ EOF


_srcenv() {
export RUSTUP_TOOLCHAIN=stable
export RUSTUP_TOOLCHAIN=nightly
export CARGO_TARGET_DIR=target
# export RUSTFLAGS="-Z threads=2"
export RUSTFLAGS="-Z threads=2"
}

build() {
Expand Down
6 changes: 3 additions & 3 deletions typst-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgdesc='A markup-based typesetting system for the sciences'
license=('Apache-2.0')
arch=('any')
_url="https://github.com/$_pkgname/$_pkgname"
makedepends=('cargo' 'git')
makedepends=('cargo-nightly' 'git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
depends=('gcc-libs' 'glibc')
Expand All @@ -31,9 +31,9 @@ pkgver() {


_srcenv() {
export RUSTUP_TOOLCHAIN=stable
export RUSTUP_TOOLCHAIN=nightly
export CARGO_TARGET_DIR=target
# export RUSTFLAGS="-Z threads=2"
export RUSTFLAGS="-Z threads=2"
}

build() {
Expand Down

0 comments on commit 5e0ae60

Please sign in to comment.