RFR: [WIP - for some reason it builds, but skips tests] Added github actions [v2]
Jiří Vaněk
jvanek at openjdk.org
Wed Sep 21 18:16:05 UTC 2022
> Just for record for "act" for local testing. To run with podman based distros, several steps are ncessary. See https://github.com/nektos/act/issues/303 ; especially
> * https://github.com/nektos/act/issues/303#issuecomment-937698375
> * and https://github.com/nektos/act/issues/303#issuecomment-962403508
> * the bind and socket
> eg:
> systemctl enable --now --user podman.socket
> systemctl start --user podman.socket
> export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
> ../act/bin/act --bind --container-daemon-socket $XDG_RUNTIME_DIR/podman/podman.sock
Jiří Vaněk has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
Added github actions
Just for record for "act" for local testing. To run with podman based distros, several steps are ncessary. See https://github.com/nektos/act/issues/303 ; especially
* https://github.com/nektos/act/issues/303#issuecomment-937698375
* and https://github.com/nektos/act/issues/303#issuecomment-962403508
* the bind and socket
eg:
systemctl enable --now --user podman.socket
systemctl start --user podman.socket
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
../act/bin/act --bind --container-daemon-socket $XDG_RUNTIME_DIR/podman/podman.sock
To rerun the build on clean env, you have to stop and start the podman socket again
-------------
Changes:
- all: https://git.openjdk.org/asmtools/pull/45/files
- new: https://git.openjdk.org/asmtools/pull/45/files/d2db6fcb..379a7c9e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=asmtools&pr=45&range=01
- incr: https://webrevs.openjdk.org/?repo=asmtools&pr=45&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/asmtools/pull/45.diff
Fetch: git fetch https://git.openjdk.org/asmtools pull/45/head:pull/45
PR: https://git.openjdk.org/asmtools/pull/45
More information about the asmtools-dev
mailing list