From cdf970fcbfdec7a0529a2f79cef3162e25b3dee4 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Thu, 8 Aug 2024 13:38:26 +0300 Subject: [PATCH] Pull request: 5704-riscv Updates #5704. Squashed commit of the following: commit f111e2033afff7e25bbd87df67b83f709446c6cd Author: Dimitry Kolyshev Date: Thu Aug 8 11:27:41 2024 +0300 docs: chlog commit 0d56423056075844cef2035481d759dbb1b50b35 Merge: 866239a49 1a6ec30bd Author: Dimitry Kolyshev Date: Thu Aug 8 11:26:14 2024 +0300 Merge remote-tracking branch 'origin/master' into 5704-riscv commit 866239a490eb90b058e41e83ca45242534d61ba1 Author: Dimitry Kolyshev Date: Tue Aug 6 16:00:05 2024 +0500 home: riscv arch commit 60693828579a3ed4949234fc77bbf973981c8db2 Author: Dimitry Kolyshev Date: Tue Aug 6 15:56:23 2024 +0500 scripts: riscv arch commit ea7cb3a0bdbf25dfce1521de590d92e3b2c89252 Author: Dimitry Kolyshev Date: Tue Aug 6 14:35:14 2024 +0500 scripts: riscv arch --- CHANGELOG.md | 1 + internal/home/authglinet.go | 1 + scripts/make/build-release.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62a13d3..ad6a7b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Added +- Support for 64-bit RISC-V architecture ([#5704]). - Ecosia search engine is now supported in safe search ([#5009]). ### Fixed diff --git a/internal/home/authglinet.go b/internal/home/authglinet.go index 7b65a28b..5aca7e7a 100644 --- a/internal/home/authglinet.go +++ b/internal/home/authglinet.go @@ -97,6 +97,7 @@ func glGetTokenDate(file string) uint32 { buf := bytes.NewBuffer(bs) + // TODO(a.garipov): Get rid of github.com/josharian/native dependency. err = binary.Read(buf, native.Endian, &dateToken) if err != nil { log.Error("decoding token: %s", err) diff --git a/scripts/make/build-release.sh b/scripts/make/build-release.sh index 3e556f97..3bc8caf5 100644 --- a/scripts/make/build-release.sh +++ b/scripts/make/build-release.sh @@ -141,6 +141,7 @@ linux mips64 - softfloat linux mips64le - softfloat linux mipsle - softfloat linux ppc64le - - +linux riscv64 - - openbsd amd64 - - openbsd arm64 - - windows 386 - -