Skip to content

Commit 7399ffb

Browse files
Revert "Merge pull request sigp#3546 from divagant-martian/cross-update"
This reverts commit ab8dad6, reversing changes made to d1a9635.
1 parent 7ed8ca8 commit 7399ffb

3 files changed

Lines changed: 2 additions & 30 deletions

File tree

Cross.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.x86_64-unknown-linux-gnu]
2-
dockerfile = './scripts/cross/x86_64-unknown-linux-gnu.dockerfile'
2+
pre-build = ["apt-get install -y cmake clang-3.9"]
33

44
[target.aarch64-unknown-linux-gnu]
5-
dockerfile = './scripts/cross/aarch64-unknown-linux-gnu.dockerfile'
5+
pre-build = ["apt-get install -y cmake clang-3.9"]

scripts/cross/aarch64-unknown-linux-gnu.dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

scripts/cross/x86_64-unknown-linux-gnu.dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)