forked from pool/elixir
Compare commits
20 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
73905f1f2f | ||
|
eceb2ca7c2 | ||
|
fd80a3b22a | ||
|
6c791e729e | ||
d1682eb88a | |||
8358573669 | |||
f5347c31d3 | |||
|
9d932a7c0b | ||
a0806c734c | |||
8c3f6ee34e | |||
626f06260a | |||
|
78643587ee | ||
a357aa6e55 | |||
|
352ce321f1 | ||
b5f23af113 | |||
be1ba36d58 | |||
b312022ca1 | |||
1fbd1c3ff8 | |||
c7c5cb5f33 | |||
0fee4ad967 |
12
002-skip-tests-iex-helpers.patch
Normal file
12
002-skip-tests-iex-helpers.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/lib/iex/test/iex/helpers_test.exs b/lib/iex/test/iex/helpers_test.exs
|
||||
index 10d9ecf57..ed9955aba 100644
|
||||
--- a/lib/iex/test/iex/helpers_test.exs
|
||||
+++ b/lib/iex/test/iex/helpers_test.exs
|
||||
@@ -10,6 +10,7 @@ defmodule IEx.HelpersTest do
|
||||
import IEx.Helpers
|
||||
|
||||
@compile {:no_warn_undefined, [:sample, Sample, Sample2]}
|
||||
+ @moduletag :skip
|
||||
|
||||
describe "whereami" do
|
||||
test "is disabled by default" do
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff3f76732d85cabd1eb33b9ac7703d8c19fa7a6555897afec4f4ea1e0316062f
|
||||
size 5802354
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8d4376311058dd9a78ed365fa1df9fd1b22d2468c587e3f0f4fb320283a1ed7
|
||||
size 3391654
|
BIN
elixir-1.18.4-doc.zip
(Stored with Git LFS)
Normal file
BIN
elixir-1.18.4-doc.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
elixir-1.18.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
elixir-1.18.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 07:35:49 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
||||
|
||||
- Reproducible builds: try enabling the `deterministic` build flag for the Erlang compiler
|
||||
- Add 002-skip-tests-iex-helpers.patch:
|
||||
* Skip some iex tests that are failing due to the `deterministic` Erlang build flag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 16:27:11 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
||||
|
||||
- Upgrade to Elixir 1.18.4:
|
||||
* Changelog available at https://hexdocs.pm/elixir/1.18.4/changelog.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 09:56:17 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
||||
|
||||
@@ -3284,7 +3297,7 @@ Thu Feb 6 07:51:55 UTC 2014 - matwey.kornilov@gmail.com
|
||||
- see CHANGELOG.md for backward incompatibilities
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 29 16:25:59 FET 2013 - gonzih@gmail.com
|
||||
Sun Dec 29 13:25:59 UTC 2013 - gonzih@gmail.com
|
||||
|
||||
- Update to 0.12.0
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define elixirdir %{_prefix}/lib/elixir
|
||||
Name: elixir
|
||||
Version: 1.18.3
|
||||
Version: 1.18.4
|
||||
Release: 0
|
||||
Summary: Functional meta-programming aware language built atop Erlang
|
||||
License: Apache-2.0
|
||||
@@ -28,6 +28,7 @@ Source0: https://github.com/elixir-lang/%{name}/archive/v%{version}/%{nam
|
||||
Source1: https://github.com/elixir-lang/%{name}/releases/download/v%{version}/Docs.zip#/%{name}-%{version}-doc.zip
|
||||
Source2: macros.elixir
|
||||
Patch0: 001-skip-translator-supervisor-test.patch
|
||||
Patch1: 002-skip-tests-iex-helpers.patch
|
||||
BuildRequires: erlang >= 25
|
||||
BuildRequires: erlang-dialyzer
|
||||
BuildRequires: erlang-src
|
||||
@@ -73,6 +74,10 @@ find doc \( -name ".build" -or -name ".ex_doc" \) -delete
|
||||
%build
|
||||
# Elixir wants UTF-8 locale, force it
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
# Enable deterministic builds in the Erlang compiler
|
||||
export ERL_COMPILER_OPTIONS=deterministic
|
||||
|
||||
# Make Elixir
|
||||
%make_build
|
||||
|
||||
|
Reference in New Issue
Block a user