Skip to content

Update docker images. - #860

Merged
AndreasFuchsTPM merged 5 commits into
tpm2-software:masterfrom
moritzbuhl:fixup-ci-4
Aug 10, 2026
Merged

Update docker images.#860
AndreasFuchsTPM merged 5 commits into
tpm2-software:masterfrom
moritzbuhl:fixup-ci-4

Conversation

@moritzbuhl

Copy link
Copy Markdown
Contributor

@moritzbuhl
moritzbuhl force-pushed the fixup-ci-4 branch 7 times, most recently from 63b5a8d to fa0e8eb Compare August 8, 2026 01:22
@moritzbuhl
moritzbuhl marked this pull request as ready for review August 8, 2026 11:13
@moritzbuhl moritzbuhl self-assigned this Aug 10, 2026
Comment thread .ci/docker.run
Comment thread src/random.c
* use size optimized images
* move to Ubuntu 26.04 from Ubuntu 24.04
* move to Ubuntu 26.04 from EOL Ubuntu 20.04
* move to Fedora 44 from EOL Fedora 32

Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
gcc on Fedora 43 shows this error during compilation:

  src/random.c: In function 'random_get_bytes':
  src/random.c:130:5: error: the comparison will always evaluate as 'true' for the address of 'rand_state' will never be NULL [-Werror=address]
    130 |     assert (random->rand_state);

Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
* test/command-source_unit.c:297:26: warning: 1st function call argument
  is an uninitialized value [core.CallAndMessage]
* test/command-source_unit.c:336:11: warning: 2nd function call argument
  is an uninitialized value [core.CallAndMessage]
* test/command-source_unit.c:340:5: warning: 1st function call argument
  is an uninitialized value [core.CallAndMessage]

Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
@AndreasFuchsTPM
AndreasFuchsTPM merged commit f1edd10 into tpm2-software:master Aug 10, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants