You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ BUILD_WITH_CONTAINER=1 make build
cargo build
Updating git repository `https://github.com/howardjohn/boring/`
error: failed to get `boring` as a dependency of package `ztunnel v0.0.0 (/work)`
Caused by:
failed to load sourcefor dependency `boring`
Caused by:
Unable to update https://github.com/howardjohn/boring/?branch=hyper-boring/adopt-hyper-1.0.0#5185311a
Caused by:
object not found - no match for id (5185311af8addc6851a48bd5747ec634dbb72811); class=Odb (9); code=NotFound (-3)
make[1]: *** [Makefile.core.mk:11: build] Error 101
make: *** [build] Error 2
I've checked the branch hyper-boring/adopt-hyper-1.0.0 of repository github.com/howardjohn/boring, the commit 5185311a is indeed not exist.
I had tried to use the newest commit of the branch hyper-boring/adopt-hyper-1.0.0 which full SHA is 423c260d87b69a926594ded0dd693b5cf1220452(also change version to 5.0.0), then a dependency conflict error appears:
$ BUILD_WITH_CONTAINER=1 make build
cargo build
Updating git repository `https://github.com/howardjohn/boring/`
Updating git submodule `https://github.com/google/boringssl.git`
Updating git submodule `https://github.com/google/boringssl.git`
Updating git repository `https://github.com/howardjohn/hyper-util`
Updating crates.io index
error: failed to selecta version for`hyper`.
... required by package `hyper-boring v5.0.0 (https://github.com/howardjohn/boring/?branch=hyper-boring/adopt-hyper-1.0.0#423c260d)`
... which satisfies git dependency `hyper-boring` (locked to 5.0.0) of package `ztunnel v0.0.0 (/work)`
versions that meet the requirements `^1.0` are: 1.0.1, 1.0.0
all possible versions conflict with previously selected packages.
previously selected package `hyper v1.0.0-rc.3`
... which satisfies dependency `hyper = "=1.0.0-rc.3"` (locked to 1.0.0-rc.3) of package `hyper-util v0.0.0 (https://github.com/howardjohn/hyper-util?branch=h2-timer-expose-exec#b9eaeca8)`
... which satisfies git dependency `hyper-util` (locked to 0.0.0) of package `ztunnel v0.0.0 (/work)`
failed to selecta version for`hyper` which could resolve this conflict
make[1]: *** [Makefile.core.mk:11: build] Error 101
make: *** [build] Error 2
my compiling command and output:
I've checked the branch hyper-boring/adopt-hyper-1.0.0 of repository github.com/howardjohn/boring, the commit 5185311a is indeed not exist.
I had tried to use the newest commit of the branch hyper-boring/adopt-hyper-1.0.0 which full SHA is 423c260d87b69a926594ded0dd693b5cf1220452(also change version to 5.0.0), then a dependency conflict error appears:
@howardjohn
The text was updated successfully, but these errors were encountered: