chore(goose): update to version 1.0.17
Updated `goose-cli` to version 1.0.17 and synchronized related hashes. Added a new test exclusion for `test_token_refresh_race_condition` in the build configuration.
This commit is contained in:
parent
ac117d9ef2
commit
600245fe27
|
@ -25,18 +25,18 @@ let
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "goose-cli";
|
pname = "goose-cli";
|
||||||
version = "1.0.16-1";
|
version = "1.0.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "block";
|
owner = "block";
|
||||||
repo = "goose";
|
repo = "goose";
|
||||||
#tag = "v${version}";
|
tag = "v${version}";
|
||||||
rev = "e7ad230957053dac7643701a69439ac19d5d2bf6";
|
#rev = "e7ad230957053dac7643701a69439ac19d5d2bf6";
|
||||||
hash = "sha256-328lLQeZClZI/mKFLvUppdZLjYwwiMR6WmS2ZroZxLU=";
|
hash = "sha256-l/lcwTNUq2xJHh0MKhnDZjRJ/5cANbdar/Vusf38esQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-hcIbwNDagH5pajHrJxp+qJscLRHKr3SAFkNPr4NwtBc=";
|
cargoHash = "sha256-1xKWzgptnM1ZP0nQXILBoaKVwL2FyXpldTUIa1ITQO0=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
"--skip=config::base::tests::test_secret_management"
|
"--skip=config::base::tests::test_secret_management"
|
||||||
# Observer should be Some with both init project keys set
|
# Observer should be Some with both init project keys set
|
||||||
"--skip=tracing::langfuse_layer::tests::test_create_langfuse_observer"
|
"--skip=tracing::langfuse_layer::tests::test_create_langfuse_observer"
|
||||||
|
"--skip=providers::gcpauth::tests::test_token_refresh_race_condition"
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
# Lazy instance has previously been poisoned
|
# Lazy instance has previously been poisoned
|
||||||
|
|
Loading…
Reference in a new issue