You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for giving feedback to the stlink project.
NOTICE: Please read and follow instructions in #906 before submitting a ticket.
This feature request will be deleted without notice when not enough information is provided! So please ensure that all fields are filled out.
I made serious effort to avoid creating duplicate or nearly similar issue
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific request.
Target chip (and board, if applicable): [N/A] (e.g STM32F103C8T6 (NUCLEO-F103RB))
Further we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:
I am currently working on improving CI integration for this toolset.
During my work on that topic I found that there is an issue with our flash debug test in /tests/flash.c
Commandline output:
[TEST] Debug
Running tests...
Test project /home/runner/work/stlink/stlink/build/Debug
Start 1: test-usb
1/3 Test #1: test-usb ......................... Passed 0.01 sec
Start 2: test-sg
2/3 Test #2: test-sg .......................... Passed 0.00 sec
Start 3: test-flash
3/3 Test #3: test-flash .......................***Failed 0.00 sec
67% tests passed, 1 tests failed out of 3
Errors while running CTest
Total Test time (real) = 0.10 sec
The following tests FAILED:
3 - test-flash (Failed)
Makefile:170: recipe for target 'test' failed
make[1]: *** [test] Error 8
Makefile:49: recipe for target 'test' failed
make: *** [test] Error 2
Error: Process completed with exit code 2.
@Ant-ON Could it be that there are some missing changes which have found their way into the codebase in the recent weeks?
As you were the main contributor on this topic: Would it be possible for you to have a look at this code?
Thank you for your support.
The stlink project maintainers
The text was updated successfully, but these errors were encountered:
@slyshykO I managed to get GitHub Actions CI integration running for the available virtual environments running Ubuntu Linux and macOS. We might also be able to include a windows-2019 environment, but I'm not sure if we can achieve that in the first step already. My first impression is, that GitHub Actions CI build jobs are running much faster than the ones on Travis CI.
It works now, but breaks somewhere else now... 😆
Whatsoever - this time I know why and can fix it myself.
It really is a stop and go procedure through the whole build config. 😅
ℹ️ The GitHub Actions CI integration workflow is now functional for all variants of our Ubuntu Linux and macOS build configurations which we currently have in Travis CI. For now we should keep Travis CI for this project, but I'll remove build configurations from there that can be equally covered and run by GitHub Actions. This is because some builds are very slow and even a bit unstable on Travis. One may add a windows build environment as well as part of a future release.
Thank you for giving feedback to the stlink project.
NOTICE: Please read and follow instructions in #906 before submitting a ticket.
This feature request will be deleted without notice when not enough information is provided! So please ensure that all fields are filled out.
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific request.
st-info
,st-flash
,st-util
)Further we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:
I am currently working on improving CI integration for this toolset.
During my work on that topic I found that there is an issue with our flash debug test in
/tests/flash.c
Commandline output:
@Ant-ON Could it be that there are some missing changes which have found their way into the codebase in the recent weeks?
As you were the main contributor on this topic: Would it be possible for you to have a look at this code?
Thank you for your support.
The stlink project maintainers
The text was updated successfully, but these errors were encountered: