debug
Some checks failed
Continuous Integration / GitHub Actions Test (push) Failing after 19s
Check Transpiled JavaScript / Check dist/ (push) Successful in 53s
Continuous Integration / TypeScript Tests (push) Successful in 1m9s

This commit is contained in:
2024-11-17 13:25:39 +13:00
parent b500781bae
commit f12e2340c8
4 changed files with 7 additions and 2 deletions

1
dist/index.js generated vendored
View File

@@ -28435,6 +28435,7 @@ async function run() {
core.exportVariable('LLVM_PATH', downloadPath);
const ld = process.env.LD_LIBRARY_PATH ?? '';
core.exportVariable('LD_LIBRARY_PATH', `${requirementsLib}${path.delimiter}${lib}${path.delimiter}${ld}`);
core.info(`LD_LIBRARY_PATH: ${requirementsLib}${path.delimiter}${lib}${path.delimiter}${ld}`);
// Ensure system libraries are first on ARM64 macOS to avoid issues with Apple's libc++ being weird.
// https://discourse.llvm.org/t/apples-libc-now-provides-std-type-descriptor-t-functionality-not-found-in-upstream-libc/73881/5
const dyld = process.env.DYLD_LIBRARY_PATH;

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long