Mageia Bugzilla – Attachment 10900 Details for
Bug 24610
rust-cbindgen, tool for generating C bindings to Rust code, needed to build Thunderbird 66.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Release patch from Fedora
cbindgen-test-release.patch (text/plain), 577 bytes, created by
Kristoffer Grundström
on 2019-04-02 15:24:22 CEST
(
hide
)
Description:
Release patch from Fedora
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2019-04-02 15:24:22 CEST
Size:
577 bytes
patch
obsolete
>--- cbindgen-0.6.6/test.py.orig 2018-05-31 09:03:09.000000000 -0700 >+++ cbindgen-0.6.6/test.py 2018-10-22 15:21:50.222301880 -0700 >@@ -8,13 +8,13 @@ import filecmp > > def build_cbindgen(): > try: >- subprocess.check_output(["cargo", "build"]) >+ subprocess.check_output(["cargo", "build", "--release"]) > return True > except subprocess.CalledProcessError: > return False > > def cbindgen(path, out, c, style, verify): >- bin = ["target/debug/cbindgen"] >+ bin = ["target/release/cbindgen"] > compile = [path, "-o", out] > flags = [] >
--- cbindgen-0.6.6/test.py.orig 2018-05-31 09:03:09.000000000 -0700 +++ cbindgen-0.6.6/test.py 2018-10-22 15:21:50.222301880 -0700 @@ -8,13 +8,13 @@ import filecmp def build_cbindgen(): try: - subprocess.check_output(["cargo", "build"]) + subprocess.check_output(["cargo", "build", "--release"]) return True except subprocess.CalledProcessError: return False def cbindgen(path, out, c, style, verify): - bin = ["target/debug/cbindgen"] + bin = ["target/release/cbindgen"] compile = [path, "-o", out] flags = []
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24610
:
10899
| 10900 |
10901