RFR: Added github actions [v4]
Jiří Vaněk
jvanek at openjdk.org
Wed Sep 21 18:49:30 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
>
> To rerun the build on clean env, you have to stop and start the podman socket again
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
Without explicit 'mvn test' the tests are not running. Not sure why
-------------
Changes:
- all: https://git.openjdk.org/asmtools/pull/45/files
- new: https://git.openjdk.org/asmtools/pull/45/files/466628ab..c61d3f51
Webrevs:
- full: https://webrevs.openjdk.org/?repo=asmtools&pr=45&range=03
- incr: https://webrevs.openjdk.org/?repo=asmtools&pr=45&range=02-03
Stats: 1 line in 1 file changed: 1 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