We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0505dbb commit d393355Copy full SHA for d393355
scripts/gha/build_testapps.py
@@ -267,8 +267,7 @@ def main(argv):
267
"-DFIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=%s" % sys.executable,
268
))
269
270
- if (_DESKTOP in platforms and FLAGS.packaged_sdk and
271
- utils.is_linux_os() and FLAGS.arch == "x86"):
+ if (_DESKTOP in platforms and utils.is_linux_os() and FLAGS.arch == "x86"):
272
# Write out a temporary toolchain file to force 32-bit Linux builds, as
273
# the SDK-included toolchain file may not be present when building against
274
# the packaged SDK.
0 commit comments