Alec Thomas
Alec Thomas
Currently it just completely fails, making the IJ plugin unusable. There is no real reason for this to be the case if all of the packages are already installed. See...
``` 🐚 ~/Development/orc $ ~/Projects/participle master error:[email protected]:squareup/hermit-packages.git: ssh: connect to host github.com port 22: Undefined error: 0 fatal: Could not read from remote repository. Please make sure you have the...
For podman I tried: ```hcl binaries = ["podman"] platform "darwin" { source = "https://github.com/containers/podman/releases/download/v${version}/podman-remote-release-darwin_${arch}.zip" strip = 1 binaries = ["usr/bin/podman"] } ``` And it attempted to use the top level...
Sometimes we want to create a variant of a package, with different envars, deps, etc. eg. The mainline package: ```hcl platform amd64 { source = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${version}-${os}-x86_64.tar.gz" } platform arm64 {...
``` $ hermit update info:cashkite-conventional-commits@stable: No updated required info:go@latest: No updated required info:hermit@square: Fetching a new version for hermit@square $ hermit update info:cashkite-conventional-commits@stable: No updated required info:go@latest: No updated required...
Add the given directories to `MANPATH`.
``` $ hermit install maven info:maven-3.6.3:install: Installing maven-3.6.3 info:openjdk-17.0.1_12:uninstall: Uninstalling openjdk@17 info:openjdk-17.0.1_12:install: Installing openjdk-17.0.1_12 ```
Sometimes a bad version of a package is released. However we don't ever remove versions, only add them. If a user has already installed the bad version there's no way...
``` goroutine 1 [running]: github.com/cashapp/hermit/app.Main.func3(0xc0001a1780) /home/runner/go/pkg/mod/github.com/cashapp/[email protected]/app/main.go:144 +0x87 panic(0x15d3ca0, 0x1759be0) /home/runner/.cache/hermit/pkg/go-1.16.3/src/runtime/panic.go:965 +0x1b9 strings.Repeat(0x16a58df, 0x3, 0xffffffffffffff4c, 0xc0003bc000, 0x438) /home/runner/.cache/hermit/pkg/go-1.16.3/src/strings/strings.go:529 +0x5e5 github.com/cashapp/hermit/ui.(*UI).writeProgress(0xc0001a1780, 0xc3) /home/runner/go/pkg/mod/github.com/cashapp/[email protected]/ui/ui.go:277 +0x358 github.com/cashapp/hermit/ui.(*UI).redrawProgress(0xc0001a1780) /home/runner/go/pkg/mod/github.com/cashapp/[email protected]/ui/ui.go:230 +0xc7 github.com/cashapp/hermit/ui.(*Task).Add(0xc000393380, 0x2000) /home/runner/go/pkg/mod/github.com/cashapp/[email protected]/ui/task.go:74 +0x99 github.com/cashapp/hermit/ui.(*progressWriter).Write(0xc000206030,...