Results 6 comments of Vancir

I made the following changes to support uploading files remotely to the local instance of ClusterFuzz. 1. replace the `localhost` in `local/emulators/gcs.go` with `0.0.0.0` ``` diff - http.ListenAndServe(fmt.Sprintf("localhost:%d", port), nil)...

I made the following changes to support uploading files remotely to the local instance of ClusterFuzz. 1. replace the `localhost` in `local/emulators/gcs.go` with `0.0.0.0` ``` diff - http.ListenAndServe(fmt.Sprintf("localhost:%d", port), nil)...

Most likely because your code is running on Apple M1. Consider changing to the Linux platform.

`make libstandaloneengine.a` also works for me, tested on Ubuntu 20.04.5

https://github.com/Vancir/GoSSIP-NewsBot

I also encountered the same problem when compiling the latest code `d2330055e732dacc9423f54a271fdaa235515ad0`, but when I checkout to release 4.8.10, it could be compiled successfully. Environment: Ubuntu 20.04.2 GCC (Ubuntu 9.3.0-17ubuntu1~20.04)...