blob: ef9b3a342cf1182c2135abec674082d74038033a [file] [log] [blame] [view]
To upload a new package to CIPD:
```
$ cd benchmarks/FfiCallback/native
$ make
$ find . -name "*.o" -type f -delete
$ cipd create -pkg-def=cipd.yaml
```
Then update the top level DEPS file with the new hash.
The new hash can be found with:
```
$ cipd instances dart/benchmarks/fficallback
```