Skip to content

Commit 9077a01

Browse files
Merge branch 'main' into dependabot/github_actions/actions-18ee3e821f
2 parents b9f247f + 37c8f9e commit 9077a01

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,8 @@ help-cmd CMD:
211211
#
212212
# To see what a recipe would do, use `just --dry-run RECIPE`
213213
# ─────────────────────────────────────────────────────────────
214+
215+
# [AUTO-GENERATED] Multi-arch / RISC-V target
216+
build-riscv:
217+
@echo "Building for RISC-V..."
218+
cross build --target riscv64gc-unknown-linux-gnu

scripts/bulk-standardize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66

77
UNIFIED_DIR="/run/media/hyper/eclipse/gitprojects/unified"
88
TEMPLATES_DIR="$UNIFIED_DIR/conative-gating/templates"
9-
LOG_FILE="/tmp/standardization_$(date +%Y%m%d_%H%M%S).log"
9+
LOG_FILE=""$HYPATIA_TMPDIR/standardization_"$(date +%Y%m%d_%H%M%S).log"
1010

1111
log() {
1212
echo "[$(date '+%H:%M:%S')] $*" | tee -a "$LOG_FILE"

0 commit comments

Comments
 (0)