Search Criteria
Package Details: mise 2024.11.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mise.git (read-only, click to copy) |
---|---|
Package Base: | mise |
Description: | The front-end to your dev env |
Upstream URL: | https://github.com/jdx/mise |
Licenses: | MIT |
Conflicts: | rtx, rtx-bin |
Provides: | mise |
Replaces: | rtx |
Submitter: | jdx |
Maintainer: | jdx |
Last Packager: | jdx |
Votes: | 17 |
Popularity: | 0.21 |
First Submitted: | 2024-01-02 22:54 (UTC) |
Last Updated: | 2024-11-13 04:16 (UTC) |
Dependencies (1)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
« First ‹ Previous 1 2
aorth commented on 2023-03-24 05:47 (UTC) (edited on 2023-03-24 05:47 (UTC) by aorth)
I figured out why this doesn't build in a chroot. The PKGBUILD needs
options=('!lto')
.aorth commented on 2023-03-17 20:16 (UTC)
The PKGBUILD is missing something required to build in a clean chroot, though I don't know what. Here's the end of several hundred lines of error log:
If I build with
makepkg -Ccrs
it builds successfully. Any idea what is missing for the chroot build?jtdowney commented on 2023-02-09 04:17 (UTC)
@jdxcode it works for me on my system. Thanks
jdx commented on 2023-02-08 17:52 (UTC)
@jtdowney, that was bad cargo cult. I went through and simplified this logic. Works for me in a docker container. Let me know if it works on your end.
jtdowney commented on 2023-02-08 14:55 (UTC)
What is the purpose of the
jq
builddep and the line withjq
? It seems to have been from a copy/paste from the ripgrep PKGBUILD which recently removed that line: https://github.com/archlinux/svntogit-community/commit/2da381245672f29a6b99d57180622c771218e293.warmwaffles commented on 2023-02-02 14:04 (UTC)
No problem. Love this replacement for
asdf
.jdx commented on 2023-02-02 03:17 (UTC)
ah I used the wrong tarball, thanks @warmwaffles. This should now be working.
warmwaffles commented on 2023-02-02 02:43 (UTC)
@jdxcode, the sha512 sum I'm getting for github download is
dda0e5cae6aa8d7084fc2ae8adfbfb718e505633eb98eb3b8e9136b08d294afc49905889f4bd3802bebbf0bbe2b6dc5f4716e64ce20c55f56dbf39bbc6b2ae98
warmwaffles commented on 2023-01-30 22:22 (UTC)
Needs to be updated to
1.2.6
and then runupdpkgsums
« First ‹ Previous 1 2