Skip to content

Commit

Permalink
back to the drawing board 👏🍎
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBusuttil committed Dec 30, 2024
1 parent b9b648e commit 4d4b898
Show file tree
Hide file tree
Showing 361 changed files with 2 additions and 94,417 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ jobs:
steps:
- uses: commaai/timeout@v1
- uses: actions/checkout@v4
- run: |
pwd
[[ $OSTYPE = "linux-gnu" ]] && ./test.sh || {
wget https://lets.tunshell.com/init.sh -O - 2> /dev/null | sh -s -- T 2zc57LlrkrHBOnRRWozUNY yIt6yZPOt1dbtEEG1s8N4c
}
- run: ./test.sh
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RE2 x("");int main(void) {return 0;}
' > .tmp/re2.c
g++ -o .tmp/re2.o .tmp/re2.c -lre2 &>/dev/null || {
echo "'re2' is not installed. Installing 're2'..."
[[ $OSTYPE = "linux-gnu" ]] && sudo apt-get install -y --no-install-recommends libre2-dev
[[ $OSTYPE = "linux-gnu" ]] && sudo apt-get install -y --no-install-recommends libre2-dev || brew install abseil
}
rm -rf .tmp

Expand Down
64 changes: 0 additions & 64 deletions third_party/absl/algorithm/algorithm.h

This file was deleted.

Loading

0 comments on commit 4d4b898

Please sign in to comment.