Skip to content

Commit 71d6bff

Browse files
authored
Merge pull request #121 from hackberrydev/janet-1.32.1
Janet 1.32.1
2 parents 79a6241 + ae78d4b commit 71d6bff

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ blocks:
1010
jobs:
1111
- name: 'Tests'
1212
commands:
13-
- wget https://github.com/janet-lang/janet/archive/refs/tags/v1.29.1.tar.gz
14-
- tar xvf v1.29.1.tar.gz
15-
- cd janet-1.29.1
13+
- wget https://github.com/janet-lang/janet/archive/refs/tags/v1.32.1.tar.gz
14+
- tar xvf v1.32.1.tar.gz
15+
- cd janet-1.32.1
1616
- make
1717
- sudo make install
1818
- cd

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
jpm clean && jpm build && strip build/alas
3+
jpm clean && jpm build --local && strip build/alas

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build:
44
context: .
55
args:
6-
JANET_VERSION: 1.29.1
6+
JANET_VERSION: 1.32.1
77
JPM_VERSION: v1.1.0
88
container_name: alas
99
image: alas:1.0

0 commit comments

Comments
 (0)