Skip to content

Commit 26c248c

Browse files
Merge branch 'main' into dependabot/github_actions/actions-31b95f7495
2 parents 4be3ed5 + 721e453 commit 26c248c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ lint:
2222
# Format code
2323
fmt:
2424
vendor/bin/php-cs-fixer fix
25+
26+
# [AUTO-GENERATED] Multi-arch / RISC-V target
27+
build-riscv:
28+
@echo "Building for RISC-V..."
29+
cross build --target riscv64gc-unknown-linux-gnu

validation/run-validation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BLUE='\033[0;34m'
1515
NC='\033[0m' # No Color
1616

1717
# Configuration
18-
WP_PATH="${WP_PATH:-/tmp/php-aegis-wp-test}"
18+
WP_PATH="${WP_PATH:-"$HYPATIA_TMPDIR/php-aegis-wp-test"}"
1919
WP_URL="${WP_URL:-http://localhost:8888}"
2020
WP_TITLE="php-aegis Test Site"
2121
WP_ADMIN_USER="admin"

0 commit comments

Comments
 (0)