File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ task:
1212 install_script :
1313 - pkg update -f
1414 - pkg upgrade -y
15- - pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive e2fsprogs-libuuid py311-pip expect
15+ - pkg install -y ca_root_nss
16+ - pkg install -y bash gmake coreutils libtool pkgconf autoconf autoconf-archive py311-pip expect
1617 - python3 -m pip install pyyaml
17- - pkg install -y automake glib dbus dbus-glib cmocka wget git openssl json-c vim hs-pandoc
18+ - pkg install -y automake glib dbus dbus-glib cmocka uthash util-linux wget git openssl json-c vim hs-pandoc
1819 - pkg install -y swtpm
1920 - mkdir tss
2021 - cd tss && git clone https://github.com/tpm2-software/tpm2-tss.git
21- - cd tpm2-tss && ./bootstrap && ./configure --disable-doxygen-doc --enable-tcti-swtpm=yes --enable-tcti-mssim=no --disable-tcti-libtpms --disable-dependency-tracking && gmake -j install
22+ - cd tpm2-tss
23+ - ./bootstrap && ./configure --disable-doxygen-doc --enable-tcti-swtpm=yes --enable-tcti-mssim=no --disable-tcti-libtpms --disable-dependency-tracking && gmake -j install
2224 - cd ../../ && rm -rf tss
2325 - mkdir rm
2426 - cd rm && git clone https://github.com/tpm2-software/tpm2-abrmd.git && cd tpm2-abrmd
You can’t perform that action at this time.
0 commit comments