File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/ci/docker/dist-s390x-linux-netbsd Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -73,5 +73,11 @@ cat > /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++-sysroot <<'EOF'
7373exec /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++ --sysroot=/x-tools/x86_64-unknown-netbsd/sysroot "$@"
7474EOF
7575
76+ GCC_SHA1=` sha1sum -b /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-gcc | cut -d' ' -f1`
77+ GPP_SHA1=` sha1sum -b /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++ | cut -d' ' -f1`
78+
79+ echo " # $GCC_SHA1 " >> /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-gcc-sysroot
80+ echo " # $GPP_SHA1 " >> /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++-sysroot
81+
7682chmod +x /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-gcc-sysroot
7783chmod +x /x-tools/x86_64-unknown-netbsd/bin/x86_64--netbsd-g++-sysroot
You can’t perform that action at this time.
0 commit comments