Skip to content

Commit

Permalink
πŸ”ƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBusuttil committed Dec 30, 2024
1 parent c00a433 commit 9e3a815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ if ! command -v uv &>/dev/null; then
curl -LsSf https://astral.sh/uv/install.sh | sh
fi

uv sync --all-extras
source .venv/bin/activate

mkdir -p .tmp
echo '
#include <re2/re2.h>
Expand All @@ -22,9 +25,6 @@ g++ -o .tmp/re2.o .tmp/re2.c -lre2 &>/dev/null || {
}
rm -rf .tmp

uv sync --all-extras
source .venv/bin/activate

# *** build ***
uv run scons -j$(nproc 2>/dev/null || sysctl -n hw.logicalcpu)

Expand Down

0 comments on commit 9e3a815

Please sign in to comment.