latest 14 messages by dreisner
+
[2020-06-19T23:11:15Z]
dreisner
had no idea this was a thing they did
+
[2020-06-19T23:11:05Z]
dreisner
jhass: huh. talking to the alarm folks sounds like a way better idea. i'm friendly with kevin
+
[2020-06-19T22:50:15Z]
dreisner
ah
+
[2020-06-19T22:48:38Z]
dreisner
¯\_(ツ)_/¯
+
[2020-06-19T22:48:05Z]
dreisner
hrm i wonder how that would play with my integration tests... they're written in python and startup an http server for the SUT to talk to.
+
[2020-06-19T22:46:16Z]
dreisner
takes 15s on my ryzen 7 1700
+
[2020-06-19T22:45:34Z]
dreisner
it's not a huge build, but it is c++.
+
[2020-06-19T22:44:36Z]
dreisner
fortunately for me, my interest in getting this working is pretty low, and ideally someone who actually cares can contribute this.
+
[2020-06-19T22:43:54Z]
dreisner
run-on-arch-action looks like the sort of black magic i was hoping not to see.
+
[2020-06-19T22:43:22Z]
dreisner
that's a fair point.
+
[2020-06-19T21:55:01Z]
dreisner
am i doing this terribly wrong?
+
[2020-06-19T21:54:50Z]
dreisner
It fails, though: https://github.com/falconindy/auracle/runs/789567339 -- is there some way to let the image be customized from outside the action.yml ?
+
[2020-06-19T21:54:24Z]
dreisner
I'm encountering what feels like a *lot* of boilerplate just to run tests for my project via Docker. My users want me to branch out and test ARM (not just x86_64), so I've created this abomination: https://github.com/falconindy/arch-dockerbuild/blob/multiarch/action.yml
+
[2019-11-03T20:29:53Z]
dreisner
hi, noob question about actions. i'm setting up a yaml file for a CI and need to use a docker image. how do i execute the actual build+test steps in the docker container after specifying 'uses: docker://whatever' ?