This repository has been archived on 2024-07-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rebory/test/index.mjs
T
Sirherobrine23 f21ad8a3ab
Test / linux_test (16.x, aarch64, macos) (push) Failing after 2m19s
Test / linux_test (16.x, aarch64, linux) (push) Failing after 2m33s
Test / linux_test (16.x, aarch64, windows) (push) Failing after 2m31s
Test / linux_test (16.x, x86_64, linux) (push) Failing after 2m46s
Test / linux_test (16.x, x86_64, macos) (push) Failing after 2m27s
Test / linux_test (16.x, x86_64, windows) (push) Failing after 2m23s
Test / linux_test (18.x, aarch64, linux) (push) Failing after 2m50s
Test / linux_test (18.x, aarch64, macos) (push) Failing after 2m37s
Test / linux_test (18.x, aarch64, windows) (push) Failing after 2m40s
Test / linux_test (18.x, x86_64, linux) (push) Failing after 2m39s
Test / linux_test (18.x, x86_64, windows) (push) Failing after 2m50s
Test / linux_test (18.x, x86_64, macos) (push) Failing after 2m55s
Test / linux_test (19.x, aarch64, macos) (push) Failing after 2m34s
Test / linux_test (19.x, aarch64, linux) (push) Failing after 2m50s
Test / linux_test (19.x, aarch64, windows) (push) Failing after 2m39s
Test / linux_test (19.x, x86_64, linux) (push) Failing after 3m28s
Test / linux_test (19.x, x86_64, macos) (push) Failing after 2m53s
Test / linux_test (19.x, x86_64, windows) (push) Failing after 2m44s
Test / linux_test (20.x, aarch64, linux) (push) Failing after 3m20s
Test / linux_test (20.x, aarch64, macos) (push) Failing after 2m29s
Test / linux_test (20.x, x86_64, linux) (push) Failing after 2m40s
Test / linux_test (20.x, aarch64, windows) (push) Failing after 2m42s
Test / linux_test (20.x, x86_64, windows) (push) Failing after 2m14s
Test / linux_test (20.x, x86_64, macos) (push) Failing after 2m17s
Test / linux_test (21.x, aarch64, linux) (push) Failing after 1m51s
Test / linux_test (21.x, aarch64, macos) (push) Failing after 3m22s
Test / linux_test (21.x, x86_64, linux) (push) Failing after 2m56s
Test / linux_test (21.x, aarch64, windows) (push) Failing after 3m2s
Test / linux_test (21.x, x86_64, macos) (push) Failing after 2m40s
Test / linux_test (21.x, x86_64, windows) (push) Failing after 2m37s
Move require to process.dlopen in loadAddon
2024-02-17 12:30:48 -03:00

5 lines
243 B
JavaScript

#!/usr/bin/env node
import path from "node:path";
import { fileURLToPath } from "node:url";
import { loadAddon } from "rebory";
console.log(loadAddon(path.join(path.dirname(fileURLToPath(import.meta.url)), "binding.yaml")).test.loadRelease());