Page MenuHomePhabricator

D10339.id34647.diff
No OneTemporary

D10339.id34647.diff

diff --git a/.buildkite/blob_unittests.yml b/.buildkite/blob_unittests.yml
--- a/.buildkite/blob_unittests.yml
+++ b/.buildkite/blob_unittests.yml
@@ -1,5 +1,5 @@
steps:
- - label: ':nix: Blob Unittests'
+ - label: 'Blob Unittests'
command:
- 'apt update && apt install -y autoconf libtool build-essential cmake git'
- './scripts/install_protobuf.sh'
diff --git a/.buildkite/identity_tests.yml b/.buildkite/identity_tests.yml
--- a/.buildkite/identity_tests.yml
+++ b/.buildkite/identity_tests.yml
@@ -1,11 +1,15 @@
-env:
- PATH: '$HOME/.nix-profile/bin:/nix/var/nix/profiles/default/bin:$PATH'
steps:
- - label: ':nix: Identity Tests (Nix)'
+ - label: 'Identity Tests'
command:
+ - 'apt update && apt install -y autoconf libtool build-essential cmake git'
+ - './scripts/install_protobuf.sh'
- 'cd services/identity'
- - 'nix develop --accept-flake-config --command cargo test'
+ - 'cargo test'
retry:
automatic: true
+ plugins:
+ - docker#v5.3.0:
+ image: 'rust:1.74.0'
+ propagate-environment: true
agents:
- - 'mac=true'
+ - 'autoscaling=true'

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 7:30 AM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2496801
Default Alt Text
D10339.id34647.diff (1 KB)

Event Timeline