mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
- drop need-rpath.patch - make it clear that it is our *rust* version, mainly for output from cargo --version - move target-spec-json-schema.json to -doc subpackage, we do not want to introduce a /usr/etc here (rustc --print sysroot), there is also rustc --print target-spec-json-schema - skip two bootstrap sanity checks - initially I just disabled these to see how far we would get, but it seems like we can build just fine without these (also tested with a few rust aports)
11 lines
241 B
Diff
11 lines
241 B
Diff
The script seems to be POSIX-sh (+ local) compatible.
|
|
|
|
--- a/src/tools/rust-installer/install-template.sh
|
|
+++ b/src/tools/rust-installer/install-template.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/sh
|
|
|
|
# No undefined variables
|
|
set -u
|