https://gitlab.com/tezos/tezos
Revision 66ce08ee630ff9d2b33270a57a8eabececdca79e authored by Thomas Letan on 04 February 2024, 10:17:14 UTC, committed by Marge Bot on 07 February 2024, 10:40:25 UTC
`target/` directories can be quite large, and on my machine, I don’t have
enough space on my tmpfs to copy them there (plus it takes loads of time).

We can exclude them without any impact on the subsequent jobs.
1 parent cf5957e
Raw File
Tip revision: 66ce08ee630ff9d2b33270a57a8eabececdca79e authored by Thomas Letan on 04 February 2024, 10:17:14 UTC
Docs: Exclude `target/` directories from rsync call
Tip revision: 66ce08e
package.json
{
  "DO NOT EDIT": "This file was automatically generated, edit file manifest/main.ml instead",
  "private": true,
  "type": "commonjs",
  "description": "n/a",
  "license": "n/a",
  "dependencies": {
    "@nomadic-labs/secp256k1-wasm": ">=0.4.0",
    "hacl-wasm": ">=1.4.0 <1.5.0",
    "kaitai-struct": "0.10.0",
    "ocaml-bls12-381": "file:src/lib_bls12_381/blst.js"
  }
}
back to top