about summary refs log tree commit diff
path: root/library/stdarch/ci
diff options
context:
space:
mode:
authorbendn <bend.n@outlook.com>2025-04-11 12:07:45 +0700
committerAmanieu d'Antras <amanieu@gmail.com>2025-04-11 11:30:32 +0000
commit2f742148e198709b4baa856ae05bd1f7b7b96fe8 (patch)
tree40771316f20ab1ad5fe9f13cbf55d2afc9284122 /library/stdarch/ci
parentb5046525d502129c57f9c1dddc32ee63bf7ad06d (diff)
hmm
Diffstat (limited to 'library/stdarch/ci')
-rwxr-xr-xlibrary/stdarch/ci/dox.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/stdarch/ci/dox.sh b/library/stdarch/ci/dox.sh
index 0e4f24e8640..f0ab9ebfc9d 100755
--- a/library/stdarch/ci/dox.sh
+++ b/library/stdarch/ci/dox.sh
@@ -6,6 +6,8 @@
 
 set -ex
 
+export RUSTDOCFLAGS="-D warnings"
+
 dox() {
   if [ "$CI" != "" ]; then
     rustup target add "${1}" || true
@@ -38,4 +40,4 @@ if [ -z "$1" ]; then
   dox nvptx64-nvidia-cuda
 else
   dox "${1}"
-fi
\ No newline at end of file
+fi