Skip to content

Commit 537f36b

Browse files
committed
build job: update fake script to get Rust version on OpenBSD 7.6
Signed-off-by: Laurent Cheylus <foxy@free.fr>
1 parent 4b7a57d commit 537f36b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fake_rustc_openbsd-stable.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#
66

77
cat << EOF
8-
rustc 1.76.0 (07dca489a 2024-02-04) (built from a source tarball)
8+
rustc 1.81.0 (eeb90cda1 2024-09-04) (built from a source tarball)
99
binary: rustc
10-
commit-hash: 07dca489ac2d933c78d3c5158e3f43beefeb02ce
11-
commit-date: 2024-02-04
10+
commit-hash: eeb90cda1969383f56a2637cbd3037bdf598841c
11+
commit-date: 2024-09-04
1212
host: x86_64-unknown-openbsd
13-
release: 1.76.0
14-
LLVM version: 16.0.6
13+
release: 1.81.0
14+
LLVM version: 17.0.6
1515
EOF

0 commit comments

Comments
 (0)