Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more protobuf versions in GitHub workflow #766

Open
wants to merge 83 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2024

  1. Change protobuf version to 2.6.1

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8a3f62a View commit details
    Browse the repository at this point in the history
  2. Remove -all

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    27a7ee2 View commit details
    Browse the repository at this point in the history
  3. Introduce autotools parameter

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    15ca287 View commit details
    Browse the repository at this point in the history
  4. Fix autotools if condition

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    585dc43 View commit details
    Browse the repository at this point in the history
  5. Set autotools variable also for proto3

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    839807b View commit details
    Browse the repository at this point in the history
  6. Get version from protoc in setup.py

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e69a4ac View commit details
    Browse the repository at this point in the history
  7. Black formatting

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4819ebc View commit details
    Browse the repository at this point in the history
  8. Test protobuf 3.15.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a0780dc View commit details
    Browse the repository at this point in the history
  9. Test protobuf 25.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b301ddb View commit details
    Browse the repository at this point in the history
  10. Test protobuf 25.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    27e155e View commit details
    Browse the repository at this point in the history
  11. Test protobuf 3.4.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c83b34f View commit details
    Browse the repository at this point in the history
  12. Test protobuf 3.0.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e717854 View commit details
    Browse the repository at this point in the history
  13. Test protobuf 3.0.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    34869cc View commit details
    Browse the repository at this point in the history
  14. Test protobuf 3.4.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4f99edd View commit details
    Browse the repository at this point in the history
  15. Test protobuf 25.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    97c61a5 View commit details
    Browse the repository at this point in the history
  16. Add linux to version number

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    aa8ad10 View commit details
    Browse the repository at this point in the history
  17. Try cpp version

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3f536d8 View commit details
    Browse the repository at this point in the history
  18. Try protobuf 3.16.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    76afb88 View commit details
    Browse the repository at this point in the history
  19. Try protobuf 25.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a9f8cef View commit details
    Browse the repository at this point in the history
  20. Try protobuf 24.3

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    538f8f0 View commit details
    Browse the repository at this point in the history
  21. Change setting true false in if condition

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5ddaafb View commit details
    Browse the repository at this point in the history
  22. Change setting true false in if condition

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e03c880 View commit details
    Browse the repository at this point in the history
  23. Try if condition

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a2d587f View commit details
    Browse the repository at this point in the history
  24. Fix proto3

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7f07daf View commit details
    Browse the repository at this point in the history
  25. Fix protobuf versioning in setup.py

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    33b7304 View commit details
    Browse the repository at this point in the history
  26. Test protobuf 25.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d4bdad0 View commit details
    Browse the repository at this point in the history
  27. Test protobuf 3.18.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f52f453 View commit details
    Browse the repository at this point in the history
  28. Test protobuf 3.5.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d562fd4 View commit details
    Browse the repository at this point in the history
  29. Test protobuf 3.0.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bf9f97d View commit details
    Browse the repository at this point in the history
  30. Test protobuf 3.5.1

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    1edbf2b View commit details
    Browse the repository at this point in the history
  31. Test protobuf 3.0.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    21ea6bf View commit details
    Browse the repository at this point in the history
  32. Test protobuf 2.6.1

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    43b46c5 View commit details
    Browse the repository at this point in the history
  33. Try CXXFLAGS=-std=c++11 for protobuf 3.5.1

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c23d4c6 View commit details
    Browse the repository at this point in the history
  34. Try CXXFLAGS=-std=c++11 for protobuf 2.6.1

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    59cc72c View commit details
    Browse the repository at this point in the history
  35. Try CXXFLAGS=-std=c++11 for protobuf 3.0.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    296df42 View commit details
    Browse the repository at this point in the history
  36. Try CXXFLAGS=-std=c++11 for protobuf 3.5.1

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2a986b9 View commit details
    Browse the repository at this point in the history
  37. Try CXXFLAGS=-std=c++11 for protobuf 2.6.1

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2a5db98 View commit details
    Browse the repository at this point in the history
  38. Set c++ standard to 17 for autotools, as it is set for cmake

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    cd44dc0 View commit details
    Browse the repository at this point in the history
  39. Try protobuf 3.0.0

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bb4a3b0 View commit details
    Browse the repository at this point in the history
  40. Try protobuf 3.0.2

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    143d0a1 View commit details
    Browse the repository at this point in the history
  41. Protobuf 3.0.2, CXXFLAGS=-std=c++11

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d6080b7 View commit details
    Browse the repository at this point in the history
  42. Protobuf 3.0.0, CXXFLAGS=-std=c++11

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f7245b6 View commit details
    Browse the repository at this point in the history
  43. Protobuf 3.18.0, CXXFLAGS=-std=c++11

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4670a62 View commit details
    Browse the repository at this point in the history
  44. Protobuf 25.2, CXXFLAGS=-std=c++11

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a2c74a0 View commit details
    Browse the repository at this point in the history
  45. Protobuf 2.6.1, CXXFLAGS=-std=c++11

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9c52c93 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Try setting protoc path variable

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0d5a9c8 View commit details
    Browse the repository at this point in the history
  2. Formatting

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2cc5309 View commit details
    Browse the repository at this point in the history
  3. Don't execute proto3 job when 2.6.1 is set

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3f6e419 View commit details
    Browse the repository at this point in the history
  4. Set protoc path

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dba583f View commit details
    Browse the repository at this point in the history
  5. Fix proto3 if

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6bb1905 View commit details
    Browse the repository at this point in the history
  6. Fix proto3 if

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ae099f3 View commit details
    Browse the repository at this point in the history
  7. another try for if

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e92c691 View commit details
    Browse the repository at this point in the history
  8. Change if

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ecbca3e View commit details
    Browse the repository at this point in the history
  9. Formatting

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    64dc9f9 View commit details
    Browse the repository at this point in the history
  10. Set protoc path at different location

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    54e021c View commit details
    Browse the repository at this point in the history
  11. Set protoc path in ci pipeline

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e530410 View commit details
    Browse the repository at this point in the history
  12. Check python site

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ecba368 View commit details
    Browse the repository at this point in the history
  13. New trial

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ee86928 View commit details
    Browse the repository at this point in the history
  14. Check site-packages

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8ae2b9c View commit details
    Browse the repository at this point in the history
  15. Remove trial code

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ffb8e4a View commit details
    Browse the repository at this point in the history
  16. Check site-packages

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c3647be View commit details
    Browse the repository at this point in the history
  17. Formatting

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5448473 View commit details
    Browse the repository at this point in the history
  18. Check site-packages folder

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    24be253 View commit details
    Browse the repository at this point in the history
  19. Protobuf python test

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    90b099c View commit details
    Browse the repository at this point in the history
  20. Fix test

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5aa498d View commit details
    Browse the repository at this point in the history
  21. Fix test

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ff14295 View commit details
    Browse the repository at this point in the history
  22. Fix test

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1216a91 View commit details
    Browse the repository at this point in the history
  23. Try setting environment variable

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ea5d18b View commit details
    Browse the repository at this point in the history
  24. Try removing path to description.proto

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    35d7d6a View commit details
    Browse the repository at this point in the history
  25. Revert

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5d15e30 View commit details
    Browse the repository at this point in the history
  26. Try specifying include path

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0576912 View commit details
    Browse the repository at this point in the history
  27. Set proto_path

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e9206e3 View commit details
    Browse the repository at this point in the history
  28. Add second proto_path

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    896b108 View commit details
    Browse the repository at this point in the history
  29. Check protobuf include files

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    49a805d View commit details
    Browse the repository at this point in the history
  30. Set protobuf src directory

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b1f7944 View commit details
    Browse the repository at this point in the history
  31. Add user/include

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    978d068 View commit details
    Browse the repository at this point in the history
  32. Set proto_path in setup.py

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    518e0be View commit details
    Browse the repository at this point in the history
  33. reformat check_call

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1a361b8 View commit details
    Browse the repository at this point in the history
  34. Remove test steps in pipeline

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0f49330 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    13f5180 View commit details
    Browse the repository at this point in the history
  2. Fix setup.py file ending

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8830b25 View commit details
    Browse the repository at this point in the history
  3. Fix proto3 piepline

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1305513 View commit details
    Browse the repository at this point in the history
  4. Change protobuf version

    Signed-off-by: ClemensLinnhoff <[email protected]>
    ClemensLinnhoff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e563daf View commit details
    Browse the repository at this point in the history