Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
build: set more env for CI
Lars Wirzenius committed 1 year ago
commit 31d7f32350d7455df855f69a96a1033cf8d0320f
parent eadc4f5
1 file changed +5 -2
modified .radicle/ambient.yaml
@@ -1,13 +1,16 @@
pre_plan:
  - action: cargo_fetch
plan:
-
#  - action: cargo_clippy
+
  - action: cargo_fmt
+
  - action: cargo_clippy
  - action: shell
    shell: |
+
      export CARGO_TARGET_DIR=/workspace/cache
+
      export CARGO_HOME=/workspace/deps
      export HOME="$(pwd)"
+
      export PATH="/root/.cargo/bin:$PATH"
      git config --global user.email "test@example.com"
      git config --global user.name "Testy McTestface"
-
      export PATH="/root/.cargo/bin:$PATH"

      env
      find /root -maxdepth 4 -type f -ls