MrGuoRanDuo
MrGuoRanDuo
well, afrer set my `TARGET_CC=/mnt/d/DEV/$(projectName)/extension/python-rs/cross-compiler-12.3/cross-compiler/cross-compiler/bin/x86_64-apple-darwin21.1-cc` `TARGET_AR=/mnt/d/DEV/$(projectName)/extension/python-rs/cross-compiler-12.3/cross-compiler/cross-compiler/bin/x86_64-apple-darwin21.1-ar` still can't compile right `Caused by: process didn't exit successfully: `/mnt/d/DEV/$(projectName)/extension/python-rs/target/release/build/ring-3320036641aed8cf/build-script-build` (exit status: 101) --- stdout OPT_LEVEL = Some("3") TARGET = Some("x86_64-apple-darwin") HOST =...
when i re-compile the https://github.com/tpoechtrager/osxcross finnaly success
```shell Caused by: process didn't exit successfully: `/mnt/d/target/release/build/ring-3320036641aed8cf/build-script-build` (exit status: 101) --- stdout OPT_LEVEL = Some("3") TARGET = Some("x86_64-apple-darwin") HOST = Some("x86_64-unknown-linux-gnu") CC_x86_64-apple-darwin = None CC_x86_64_apple_darwin = None TARGET_CC =...
那么问题来了 活动结束了 怎么做这个功能
https://github.com/smartystreets/goconvey/issues/619#issuecomment-1980343642
html cover report missing. I try modify `web/server/system/shell.go:41` `cmd := generateReports(final, self.coverage, directory, self.gobin, reportData, reportHTML).Execute() if cmd.Error != nil { log.Printf("generateReports err: " + cmd.Error.Error() + "opt: " +...
@riannucci @hualianmu @ricktian1226
sometimes exit code is 1 also cause no html report gen. `>> -- PASS: TestNodeUpload (0.02s) FAIL coverage: 30.8% of statements exit status 1 FAIL x/y 6.415s >> Echo %errorlevel%...
fk.goconvey `-gcflags=-N -l` the command line argument that is -gcflags=-l(below go1.10) or -gcflags=all=-l(go1.10 and above).
I'm reproduce in OPPO [email protected] . `java -jar /xxxx/dist/bundletool-all-1.15.5.jar install-apks --apks=/AEApps/AutoTest/test/xxxxx.apks --device-id=Y54L6LDQ9T4D6HMZ --timeout-millis=1200000 ` `WARNING: Unexpected output of 'dumpsys SurfaceFlinger' command: no GL extensions found. [BT:1.15.5] Error: SDK version (22)...