Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/PackageCompiler.jl

Compile your Julia Package
https://github.com/JuliaLang/PackageCompiler.jl

2GB limit to sysimage size?

dgleich opened this issue 17 days ago
Trigger CI

DilumAluthge opened this pull request 18 days ago
Creating sysimage for BFloat16s.jl fails on Windows

abhro opened this issue 20 days ago
Bump julia-actions/setup-julia from 2.6.0 to 2.6.1

dependabot[bot] opened this pull request 21 days ago
Bump codecov/codecov-action from 4.6.0 to 5.0.7

dependabot[bot] opened this pull request 21 days ago
Bump julia-actions/julia-buildpkg from 1.6.0 to 1.7.0

dependabot[bot] opened this pull request 21 days ago
update Windows compilers

KristofferC opened this pull request 25 days ago
Bump version from 2.1.23 to 2.1.24

DilumAluthge opened this pull request 29 days ago
CI: Fix some typos introduced in #1009

DilumAluthge opened this pull request 30 days ago
CI: Don't run the test suite on tags (but do build the docs on tags)

DilumAluthge opened this pull request about 1 month ago
`embedding_wrapper.c`: Fix Unicode arguments in Windows

raphasampaio opened this pull request about 1 month ago
CI: Reduce number of CI jobs (don't run on Julia 1.9; don't run 32-bit on Julia 1.6)

DilumAluthge opened this pull request about 1 month ago
Bump `julia` [compat] to 1.10 (and drop support for 1.6 through 1.9)

KristofferC opened this pull request about 1 month ago
Bump version from 2.1.22 to 2.1.23

DilumAluthge opened this pull request about 1 month ago
Increase some CI timeouts

DilumAluthge opened this pull request about 1 month ago
Fix building fresh (non-incremental) sysimages on Julia nightly (Julia 1.12)

KristofferC opened this pull request about 1 month ago
Bump julia-actions/julia-runtest from 1.10.0 to 1.11.1

dependabot[bot] opened this pull request about 2 months ago
Bump actions/checkout from 4.2.1 to 4.2.2

dependabot[bot] opened this pull request about 2 months ago
`create_fresh_base_sysimage()`: Pass `""` as the BUILDROOT for Julia 1.12+

DilumAluthge opened this pull request about 2 months ago
Set `JULIA_PROJECT` when running the subprocess in `ensurecompiled()`

DilumAluthge opened this pull request about 2 months ago
Failure in binary after compilation due to artifact IntelOpenMP

jmaedler opened this issue about 2 months ago
Bump version number from 2.1.21 to 2.1.22

DilumAluthge opened this pull request about 2 months ago
`create_app` never finishes on Julia v1.11.1 when `JULIA_NUM_THREADS` is set

juanromerohb opened this issue about 2 months ago
Test suite: enable another non-incremental test on Julia 1.12

DilumAluthge opened this pull request about 2 months ago
Do not put project stdlibs into the base (non-incremental) sysimage

KristofferC opened this pull request about 2 months ago
Bump version number from `2.1.20` to `2.1.21`

DilumAluthge opened this pull request 2 months ago
CI: Run the `build-mylib` job on both LTS (1.10) and stable (currently 1.11)

DilumAluthge opened this pull request 2 months ago
CI: Only run one CI job on Julia 1.9

DilumAluthge opened this pull request 2 months ago
Only run a single CI job on Julia 1.9?

DilumAluthge opened this issue 2 months ago
Non-deterministic Windows CI error: `rmdir: Directory not empty`

DilumAluthge opened this issue 2 months ago
Bump version from 2.1.19 to 2.1.20

DilumAluthge opened this pull request 2 months ago
Try running CI with 32-bit Julia 1.9 on Windows

DilumAluthge opened this pull request 2 months ago
To save CI time, don't test Julia 1.6 on macOS

DilumAluthge opened this pull request 2 months ago
CI: Fix a CI config bug regarding 32-bit vs 64-bit Julia

DilumAluthge opened this pull request 2 months ago
CI: Use `julia-actions/cache` in the `build-mylib` job

DilumAluthge opened this pull request 2 months ago
Run macOS CI on both Intel and Apple Silicon

DilumAluthge opened this pull request 2 months ago
Bump version from 2.1.18 to 2.1.19

DilumAluthge opened this pull request 2 months ago
CI: Resume testing on Intel macOS

DilumAluthge opened this pull request 2 months ago
More CI tweaks, and temporarily disable some more CI jobs

DilumAluthge opened this pull request 2 months ago
CI: the Julia 1.6 macOS job has to run on `macos-12`

DilumAluthge opened this pull request 2 months ago
PackageCompiler never ends on julia 1.11.0 with --threads=6

dpinol opened this issue 2 months ago
Fix link accessibility in README.md

programandala-net opened this pull request 3 months ago
AssertionError in 1.11.0-rc2 and rc3

mojaie opened this issue 4 months ago
Compiling sysimage on NixOS

arunoruto opened this issue 4 months ago
Option to create Windows GUI app

IanET opened this pull request 4 months ago
Meta-issue: Fix CI issues

ufechner7 opened this issue 5 months ago
CI fails for Julia 1.9 on 32 bit Windows

ufechner7 opened this issue 5 months ago
Do not run old Julia versions on ARM, suppress failures with Julia nightly

ufechner7 opened this pull request 5 months ago
Fix CI failures on macOS

ufechner7 opened this issue 5 months ago
fix typo

spaette opened this pull request 5 months ago
Incompatibility with Julia 1.11-rc1 and 1.11-rc2

PatrickHaecker opened this issue 5 months ago
Update Project.toml

sjkelly opened this pull request 6 months ago
remove unofficial build warning

sjkelly opened this pull request 6 months ago
use Base.julia_exename(), fixes #664

sjkelly opened this pull request 6 months ago
How to select the GLIBC version for create_app?

JinyanTeng opened this issue 7 months ago
Error for compiled executable program ran in another machine

JinyanTeng opened this issue 7 months ago
Bump julia-actions/cache from 1 to 2

dependabot[bot] opened this pull request 7 months ago
Check the Julia release banner with and without the slash

DilumAluthge opened this pull request 9 months ago
Make IS_OFFICIAL detection compatible with new TAGGED_RELEASE_BANNER

LilithHafner opened this pull request 9 months ago
Make implicit function definition (in `julia_init.c`) an error

topolarity opened this pull request 9 months ago
Fix bug in create_sysimg_from_object_file for Xcode 15 CLT

jayscook opened this pull request 9 months ago
Bump julia-actions/setup-julia from 1 to 2

dependabot[bot] opened this pull request 9 months ago
Error when creating a c-callable library on MacOS

roman-schaerer opened this issue 9 months ago
Allow the user to set `julia-args` for precompile execution

Drvi opened this pull request 9 months ago
Implement a pre-build configuration process and datatype

sjkelly opened this pull request 9 months ago
Building "examples/MyLib" fails on macOS

densmojd opened this issue 9 months ago
Compiled app errors when loading depencies

biona001 opened this issue 9 months ago
Sysimage documentation bug

NegaScout opened this issue 10 months ago
Bump codecov/codecov-action from 3 to 4 + pass CODECOV_TOKEN

sloede opened this pull request 11 months ago