dfe051d2c6
fix: ...pointer to non-trivially copyable type...
2025-03-13 21:28:57 +04:00
86522ff431
fix(clang): this time it must work
2025-03-13 21:16:16 +04:00
f881e40484
fix: use lld and latest clang
2025-03-13 21:09:09 +04:00
0e5611083b
fix: clang exe path
2025-03-13 20:56:51 +04:00
adccf14ee1
feat: clang
2025-03-13 20:51:15 +04:00
ad6acfeaf9
fix: safer find|xargs
2025-03-13 20:22:27 +04:00
6b3da81ed3
perf: change flags, add optimizations
2025-03-13 20:20:46 +04:00
11e8999e66
style: indent, deps sort
2025-03-13 20:03:32 +04:00
cc5c929b1e
fix: remove tests
2025-03-13 20:02:44 +04:00
e6f50be0f5
style: fix indents, typo
2025-03-13 19:58:16 +04:00
22af091235
chore: dockerignore everything
2025-03-13 19:56:26 +04:00
13bb1ac9e8
Merge pull request 'Forgejo runner support' ( #1 ) from nm17/docker-openj9-piped:main into main
...
Reviewed-on: DarkCat09/docker-openj9-piped#1
2025-03-13 18:53:27 +03:00
701c628244
ci: an idea
Docker Image CI / build-and-push (map[build-args:[WITH_JDK=false] context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 6s
Docker Image CI / build-and-push (map[build-args:[] context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 12s
2025-03-12 21:51:55 +04:00
404dec0f40
ci: add --with-jtreg
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 14s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 11m14s
2025-03-10 12:43:36 +04:00
bd8708ec76
ci: add test tier
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 15s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 14s
2025-03-09 20:08:39 +04:00
db37cd06ba
ci: ok nvm then
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 11s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 7m55s
2025-03-09 19:55:40 +04:00
e5588a6a1a
ci: force using clang-19
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 2m35s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 2m42s
2025-03-09 19:49:05 +04:00
605c66a87e
ci: add test suite check
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 20s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Has been cancelled
2025-03-09 19:42:38 +04:00
385478dd44
ci: use noexecstack
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Has been cancelled
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Has been cancelled
2025-03-09 19:13:07 +04:00
3617c61f68
ci: use JOBS instead of -j
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 12s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Has been cancelled
2025-03-09 18:50:36 +04:00
a6efd313f0
ci: leeeeeroyyy clangins
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 11s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 4m37s
2025-03-09 18:44:57 +04:00
d1c1980d67
ci: update to ubuntu 25.04
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 9m26s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Successful in 27m11s
2025-03-09 16:20:48 +04:00
6d0394056d
ci: almost woking
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 11s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 2m25s
2025-03-09 15:47:18 +04:00
d9711cffa2
fuck this shit
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 2s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Failing after 2s
2025-03-05 18:24:11 +04:00
2e5a7247a7
feat: add jre to PATH instead of symlinking
2025-02-19 11:46:15 +04:00
250fff2b47
fix: shell wrapper to handle signals
2025-02-19 11:38:38 +04:00
a2895b4271
docs: add license
2025-02-18 23:02:18 +04:00
c95733c487
fix: specify target triple to generate correct dir tree
...
Piped looks for META-INF/natives/(target triple)/libreqwest.so in the JAR.
With the default target, "(target triple)" directory name does not match the triple
(didn't check, but i suppose it is named like "default" maybe),
so Piped cannot find the native library
2025-02-18 22:58:37 +04:00
931caf99a1
feat: compile reqwest4j instead of using binary
2025-02-18 22:34:36 +04:00
246738cbc3
split docker compose configs
2025-01-28 18:21:19 +04:00
e86f7c23bf
add compose for piped
2025-01-28 18:20:21 +04:00
4f834b1a2c
add piped dockerfile
2025-01-28 18:10:00 +04:00
0025a3a84e
feat: verify with java --version
...
just in case
2025-01-28 17:19:52 +04:00
22ef423c5d
limit jre modules list to save some space
2025-01-28 17:07:23 +04:00
c745437fdf
fix: switch to ubuntu 24.10 on both because debian has old glibc
2025-01-27 21:00:06 +04:00
bdf1245e9a
optimize image size by generating a jre
2025-01-27 16:50:02 +04:00
4533203a88
use rsync to copy binaries to host
2025-01-27 15:14:04 +04:00
faa60c6bd1
add compose
2025-01-27 14:50:25 +04:00
50aeffaf5e
add dockerfile
2025-01-27 14:28:21 +04:00