The GitHub Actions job "Nightly" on incubator-kvrocks.git has failed. Run started by GitHub user PragmaTwice (triggered by PragmaTwice).
Head commit for run: 62d911318247b5e2ebec894bf1116b7b3e51f61d / Twice <twice.m...@gmail.com> Use append action instead of nargs for cmake defs in x.py (#1256) Currently, we use `nargs=*` for parsing `-D` arguments, e.g. `-D X=1 Y=2` -> `["X=1", "Y=2"]`, `-D X=1 -D Y=2` -> `["Y=2"]`. We need to change it to `action=append` to align the behavior with CMake, e.g. `-D X=1 -D Y=2` -> `["X=1", "Y=2"]`. Report URL: https://github.com/apache/incubator-kvrocks/actions/runs/4215013618 With regards, GitHub Actions via GitBox