daangn / kinesumer

A Go client implementing a client-side distributed consumer group client for Amazon Kinesis
Apache License 2.0
76 stars 6 forks source link

Support Apple M1 #2

Closed xissy closed 2 years ago

xissy commented 3 years ago

Trying to make tests possible on Apple M1 machines. Following https://github.com/localstack/localstack/issues/4625#issuecomment-927872700

xissy commented 3 years ago

seems github action workflows not working on this pr. not sure how to make them work. just wanted to be confident that I am not breaking a thing. :)

mingrammer commented 3 years ago

GitHub says First-time contributors need a maintainer to approve running workflows.. It seems to be intended.

Could you please roll back the 6ea7bfa commit?

xissy commented 3 years ago

GitHub says First-time contributors need a maintainer to approve running workflows.. It seems to be intended.

Could you please roll back the 6ea7bfa commit?

got it, will do!

xissy commented 3 years ago

looks like tests are broken. is it intended or known?

mingrammer commented 2 years ago

Broken test codes were fixed.