set upb secure: false to avoid circular dependency on itself

pull/22001/head
Jan Tattermusch 5 years ago
parent 83627f95db
commit 59673f051e
  1. 1
      src/upb/gen_build_yaml.py

@ -50,6 +50,7 @@ try:
"third_party/upb/upb/table.int.h",
"third_party/upb/upb/upb.h",
],
'secure': False,
}]
except:
pass

Loading…
Cancel
Save