Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/additional_reviewers_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
files:
'docs/sbp.pdf':
- woodfell
- sokhealy
'spec/yaml/swiftnav/sbp/*.yaml':
- woodfell
- sokhealy

options:
ignore_draft: true
Expand Down
25 changes: 0 additions & 25 deletions scripts/ci_benchmark.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,6 @@

set -ex

pushd haskell

docker build --tag haskell-sbp2json .

docker run \
-v "$PWD:/work" \
-v "$HOME/.docker-cache/stack/work:/work/.stack-work" \
-v "$HOME/.docker-cache/stack/home:/root/.stack" \
--rm \
--name haskell-sbp2json-run \
haskell-sbp2json \
stack build -j4 --allow-different-user

sudo chown "$USER:$USER" "$HOME/.docker-cache"
sudo chown -R "$USER:$USER" "$HOME/.docker-cache/stack"
sudo chown -R "$USER:$USER" "$PWD"

haskell_bins="$(find "$HOME/.docker-cache/stack/work/install" -name bin)"

cp "$haskell_bins/sbp2json" .
cp "$haskell_bins/json2sbp" .
cp "$haskell_bins/json2json" .

popd

pushd rust

docker build --tag rust-sbp2json .
Expand Down