File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- # set -euo pipefail
3
-
4
- echo " +++ DEBUG"
5
- echo " PATH=$PATH "
6
- ls -la /c/buildkite-agent
2
+ set -euo pipefail
7
3
8
4
julia --project=test -e ' import Pkg; Pkg.instantiate()'
9
5
echo ' +++ runtests.jl'
Original file line number Diff line number Diff line change 1
1
steps :
2
2
- label : " :julia: :linux: ${ARCH?} Julia ${JULIA_VERSION?}"
3
3
plugins :
4
+ # Install Julia for the agent first, so that we can run `sandbox`
4
5
- JuliaCI/julia#v1:
5
- version : " ${JULIA_VERSION?} "
6
- arch : " ${ARCH ?}"
6
+ version : " 1 "
7
+ arch : " ${AGENT_ARCH ?}"
7
8
- staticfloat/sandbox#v1:
8
9
rootfs_url : " ${ROOTFS_URL?}"
9
10
rootfs_treehash : " ${ROOTFS_HASH?}"
10
11
uid : 0
11
12
gid : 0
12
13
workspaces :
13
14
- " /cache:/cache"
15
+ # Then install Julia for the rootfs arch
16
+ - JuliaCI/julia#v1:
17
+ version : " ${JULIA_VERSION?}"
18
+ arch : " ${ARCH?}"
14
19
- staticfloat/metahook#sf/windows_backslashes:
15
20
pre-command : |
16
21
# Upgrade our debian package to bullseye (wowza) and get an ILP64 blas
Original file line number Diff line number Diff line change 3
3
plugins :
4
4
- JuliaCI/julia#v1:
5
5
version : " ${JULIA_VERSION?}"
6
+ arch : " ${ARCH?}"
6
7
- staticfloat/metahook#sf/windows_backslashes:
7
8
# Copy our julia installation to a known location that we can mount with docker
8
9
pre-command : |
Original file line number Diff line number Diff line change 25
25
.ascii STR(-export:##I(MANGLE(name))); \
26
26
.ascii " "; \
27
27
.section .text
28
+ #elif defined(__ELF__ )
29
+ #define DEBUGINFO (name ) .type UNDERSCORE(MANGLE(name)),@function
30
+ #define EXPORT (name ) .size UNDERSCORE(MANGLE(name)), . - UNDERSCORE(MANGLE(name))
28
31
#else
29
32
#define DEBUGINFO (name )
30
33
#define EXPORT (name )
You can’t perform that action at this time.
0 commit comments