Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3268669
D5194.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D5194.diff
View Options
diff --git a/.buildkite/identity_tests.yml b/.buildkite/identity_tests.yml
--- a/.buildkite/identity_tests.yml
+++ b/.buildkite/identity_tests.yml
@@ -2,6 +2,6 @@
- label: ":nix: Identity Tests (Nix)"
command:
- 'cd services/identity'
- - 'nix develop --command cargo test'
+ - 'nix develop --accept-flake-config --command cargo test'
agents:
- 'mac=true'
diff --git a/.buildkite/nix_yarn.yml b/.buildkite/nix_yarn.yml
--- a/.buildkite/nix_yarn.yml
+++ b/.buildkite/nix_yarn.yml
@@ -1,5 +1,5 @@
steps:
- label: 'nix develop -c yarn cleaninstall'
- command: 'nix develop -c yarn cleaninstall'
+ command: 'nix develop --accept-flake-config -c yarn cleaninstall'
agents:
- 'nixdarwin=true'
diff --git a/.buildkite/tunnelbroker_unittests.yml b/.buildkite/tunnelbroker_unittests.yml
--- a/.buildkite/tunnelbroker_unittests.yml
+++ b/.buildkite/tunnelbroker_unittests.yml
@@ -3,7 +3,7 @@
command:
- 'cd services/tunnelbroker'
- 'rm -rf build && mkdir build && cd build'
- - 'nix develop --command bash -c "cmake .. && make -j"'
+ - 'nix develop --accept-flake-config --command bash -c "cmake .. && make -j"'
- './bin/runTests --gtest_filter=-AmqpManager*:DatabaseManager*'
agents:
- 'mac=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 3:33 AM (21 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2512212
Default Alt Text
D5194.diff (1 KB)
Attached To
Mode
D5194: [CI] Auto-accept flake config
Attached
Detach File
Event Timeline
Log In to Comment