We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4be3ed5 + 721e453 commit 26c248cCopy full SHA for 26c248c
2 files changed
Justfile
@@ -22,3 +22,8 @@ lint:
22
# Format code
23
fmt:
24
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
@@ -15,7 +15,7 @@ BLUE='\033[0;34m'
15
NC='\033[0m' # No Color
16
17
# Configuration
18
-WP_PATH="${WP_PATH:-/tmp/php-aegis-wp-test}"
+WP_PATH="${WP_PATH:-"$HYPATIA_TMPDIR/php-aegis-wp-test"}"
19
WP_URL="${WP_URL:-http://localhost:8888}"
20
WP_TITLE="php-aegis Test Site"
21
WP_ADMIN_USER="admin"
0 commit comments